Skip to content

Commit 51f24f6

Browse files
committed
[skip ci] case in wasm-preview
1 parent 435228d commit 51f24f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wasm-preview/run_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717

1818
async def main(tests_zip: str, tag_name: str):
19-
print(f'using pyodide version: {pyodide.__version__}')
19+
print(f'Using pyodide version: {pyodide.__version__}')
2020
print(f'Extracting test files (size: {len(tests_zip):,})...')
2121
# File saved on the GH release
2222
pydantic_core_wheel = (

0 commit comments

Comments
 (0)