Skip to content

Commit 7317a80

Browse files
committed
Fix unit test issue only exists on py3.5
1 parent 0122780 commit 7317a80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/test_write_hooks.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ def test_get_write_hook(self):
4848

4949
hook = self.r.table(self.table_name).get_write_hook().run(self.conn)
5050

51-
assert list(hook.keys()) == ['function', 'query']
51+
assert list(sorted(hook.keys())) == ['function', 'query']

0 commit comments

Comments
 (0)