Skip to content

Commit c1df03a

Browse files
committed
onWindows is a function
1 parent 5838c11 commit c1df03a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_examples.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -940,7 +940,7 @@ def test_env_filtering():
940940

941941
assert "completed success" in stderr, (error_code, stdout, stderr)
942942
assert error_code == 0, (error_code, stdout, stderr)
943-
if onWindows:
943+
if onWindows():
944944
target = 5
945945
else:
946946
target = 4

0 commit comments

Comments
 (0)