Thanks to visit codestin.com Credit goes to github.com
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 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