Skip to content

Commit

Permalink
Ensure sunsch substitute supports int in test
Browse files Browse the repository at this point in the history
  • Loading branch information
asnyv committed Feb 21, 2024
1 parent d39f333 commit 778f7eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_sunsch.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def test_main(testdata, caplog, mocker):
assert sum("A-1" in x for x in schlines) == 2

# Check for substitutetest:
assert any("400000" in x for x in schlines)
assert any("400000 " in x for x in schlines)

# Check for randomid:
assert any("A-4" in x for x in schlines)
Expand Down

0 comments on commit 778f7eb

Please sign in to comment.