Skip to content

Commit

Permalink
Uncomment tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Jlalond committed Jan 11, 2025
1 parent a93b515 commit 52cff74
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@ def test_removing_and_adding_insertion_order(self):
middle_thread = threads[1]
self.assertTrue(options.RemoveThread(middle_thread))
thread_collection = options.GetThreadsToSave()
self.assertTrue(thread_collection is not None)
self.assertEqual(thread_collection.GetSize(), 2)
# self.assertTrue(thread_collection is not None)
# self.assertEqual(thread_collection.GetSize(), 2)
# error = options.AddThread(middle_thread)
# self.assertTrue(error.Success())
# thread_collection = options.GetThreadsToSave()
Expand Down

0 comments on commit 52cff74

Please sign in to comment.