Skip to content

Commit

Permalink
Add an assertEqual
Browse files Browse the repository at this point in the history
  • Loading branch information
dieris committed Aug 10, 2023
1 parent 4949024 commit bd072f3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1002,3 +1002,4 @@ def test_disjoint_coupling_map(self):
self.assertNotEqual(delay_dict[0], delay_dict[1])
self.assertNotEqual(delay_dict[1], delay_dict[2])
self.assertNotEqual(delay_dict[3], delay_dict[4])
self.assertEqual(delay_dict[0], delay_dict[2])

0 comments on commit bd072f3

Please sign in to comment.