Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 2567c39

Browse files
committed
Fix python tests
1 parent c115b81 commit 2567c39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/python/partitioning_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -800,7 +800,7 @@ def con2_thread():
800800
self.assertEqual(int(rows[0][0]), 20)
801801

802802
# check partition that was chosen for insert
803-
self.assertEqual(str(rows[0][1]), 'ins_test_1')
803+
self.assertEqual(str(rows[0][1]), 'ins_test_11')
804804

805805
# Stop instance and finish work
806806
node.stop()

0 commit comments

Comments
 (0)