Skip to content

Commit

Permalink
Is it len() that doesn't work.
Browse files Browse the repository at this point in the history
  • Loading branch information
rohe committed Feb 27, 2024
1 parent ff2daae commit 1aa4fed
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_14_read_only_list_file.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,5 @@ def test_read_only_list_file():
fp.write(line + '\n')

sleep(2)
assert len(_read_only) == 3
assert set(_read_only) == {"one", "two", "three"}
assert _read_only[-1] == "three"

0 comments on commit 1aa4fed

Please sign in to comment.