Skip to content

Commit

Permalink
fix for windows runners
Browse files Browse the repository at this point in the history
  • Loading branch information
pomponchik committed Jul 25, 2023
1 parent 4406f28 commit d522141
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/cli/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

def test_cli_where():
strings = [
'import is_odd # instld: where tests/cli/data/pok',
'import is_even # instld: where tests/cli/data/chpok',
f'import is_odd # instld: where {os.path.join("tests", "cli", "data", "pok")}',
f'import is_even # instld: where {os.path.join("tests", "cli", "data", "chpok")}',
'assert is_odd.valid(23)',
'assert is_even.isEven(1)',
]
Expand Down

0 comments on commit d522141

Please sign in to comment.