Skip to content

Commit

Permalink
tests pass locally
Browse files Browse the repository at this point in the history
  • Loading branch information
MDecarabas committed Dec 11, 2024
1 parent 77ab427 commit e780bf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/instrument/tests/test_stored_dict.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def test_StoredDict(md_file):
sdict["a"] = 1
assert sdict.sync_in_progress
sdict.flush()
assert time.time() > sdict._sync_deadline
assert time.time() >= sdict._sync_deadline
luftpause()
assert not sdict.sync_in_progress
assert len(open(md_file).read().splitlines()) == 4
Expand Down

0 comments on commit e780bf1

Please sign in to comment.