Skip to content

Commit

Permalink
Format according to black
Browse files Browse the repository at this point in the history
  • Loading branch information
pschanely committed Jul 15, 2021
1 parent f81c62e commit 325baf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crosshair/watcher_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def test_modified_file(tmp_path: Path):
watcher = Watcher([tmp_path])
assert watcher.check_changed()
assert not watcher.check_changed()
time.sleep(0.01) # Ensure mtime is actually different!
time.sleep(0.01) # Ensure mtime is actually different!
simplefs(tmp_path, BUGGY_FOO)
assert watcher.check_changed()
assert not watcher.check_changed()
Expand Down

0 comments on commit 325baf5

Please sign in to comment.