Skip to content

Commit

Permalink
ruff format
Browse files Browse the repository at this point in the history
  • Loading branch information
kraanzu committed Nov 6, 2024
1 parent 66ba4f3 commit d69906e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_core/test_sync.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def test_sync(self):
manager1.save(w)

self.assertFalse(manager1.has_changed())
sleep(1) # ensuring the times dont match
sleep(1) # ensuring the times dont match

self.assertTrue(manager2.has_changed())
temp_folder.cleanup()

0 comments on commit d69906e

Please sign in to comment.