Skip to content

Commit

Permalink
#127 fixed another flickering test (try 2)
Browse files Browse the repository at this point in the history
  • Loading branch information
bugy committed Nov 1, 2019
1 parent ccebaf9 commit 5e28a68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/script_config_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -784,7 +784,7 @@ def test_get_sorted_when_unknown_fields(self):
('parameters', []),
])
self.assertEqual(expected.popitem(False), config.popitem(False))
self.assertEqual(expected.popitem(False), config.popitem(False))
self.assertEqual(expected.popitem(True), config.popitem(True))
self.assertCountEqual(expected.items(), config.items())

def test_get_sorted_with_parameters(self):
Expand Down

0 comments on commit 5e28a68

Please sign in to comment.