Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update test skip message.
  • Loading branch information
freakboy3742 authored Dec 17, 2024
commit d587861b1e769d0febe9bcd15c8326087a38c9bc
2 changes: 1 addition & 1 deletion Lib/test/test_unicode_file_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ def test_open(self):
@unittest.skipIf(is_apple, 'irrelevant test on Apple platforms')
@unittest.skipIf(
support.is_wasi,
"test fails on Emscripten/WASI when host platform is macOS."
"test fails on WASI when host platform is macOS."
)
def test_normalize(self):
files = set(self.files)
Expand Down