mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2026-04-04 22:07:45 +00:00
fix some pyflakes
This commit is contained in:
parent
464c0c2298
commit
1d90b3d38b
3 changed files with 7 additions and 7 deletions
|
|
@ -89,7 +89,7 @@ def test_configIterationList(getFilledConfig):
|
|||
for item in getFilledConfig.get("list"):
|
||||
assert type(item) is str
|
||||
counter += 1
|
||||
assert counter is 3
|
||||
assert counter == 3
|
||||
|
||||
|
||||
def test_configIterationListWithNestedList(getFilledConfig):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue