We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0122780 commit 7317a80Copy full SHA for 7317a80
tests/integration/test_write_hooks.py
@@ -48,4 +48,4 @@ def test_get_write_hook(self):
48
49
hook = self.r.table(self.table_name).get_write_hook().run(self.conn)
50
51
- assert list(hook.keys()) == ['function', 'query']
+ assert list(sorted(hook.keys())) == ['function', 'query']
0 commit comments