Skip to content

Commit

Permalink
fix on tests
Browse files Browse the repository at this point in the history
  • Loading branch information
KFilippopolitis committed May 14, 2024
1 parent 1d42d6b commit d7be556
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def tearDown(self):
self.loop.close() # Close the loop at the end of the test

def test_reset_sync_initial_state(self):
self.info.reset_sync()
self.info._reset_sync()
self.assertEqual(self.info.get_status(), Status.RUNNING)
self.assertFalse(self.info.result_ready.is_set())

Expand Down

0 comments on commit d7be556

Please sign in to comment.