We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00a82db commit ad7c367Copy full SHA for ad7c367
1 file changed
tests/unit/test_parameter_binding.py
@@ -42,7 +42,7 @@ def test_list_collection(self):
42
43
def test_set_collection(self):
44
result = bind_params("%s", (set(['a', 'b']),))
45
- self.assertIn(result, ("{ 'a' , 'b' }", "{ 'b', 'a' }"))
+ self.assertIn(result, ("{ 'a' , 'b' }", "{ 'b' , 'a' }"))
46
47
def test_map_collection(self):
48
vals = OrderedDict()
0 commit comments