Skip to content

Commit

Permalink
test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
thebjorn committed Nov 30, 2023
1 parent c61a3cb commit ff888b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_path.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ def test_touch_existing():
before = time.time()
with create_files(files) as _root:
after = time.time()
assert before < after
assert before <= after
print('before/after', before, after, after - before)
root = path.Path(_root)
print("FILES:", root.contents())
Expand Down

0 comments on commit ff888b8

Please sign in to comment.