Skip to content

Commit bbe41a4

Browse files
committed
Fix tests test_restore_from_fullbackup_to_new_location and test_restore_from_fullbackup_to_new_location_5_jobs
1 parent b90273f commit bbe41a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: tests/cfs_restore_test.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ def test_restore_from_fullbackup_to_new_location(self):
233233
)
234234

235235
self.assertEqual(
236-
self.node.table_checksum("t1"),
236+
node_new.table_checksum("t1"),
237237
self.table_t1
238238
)
239239
node_new.cleanup()
@@ -277,7 +277,7 @@ def test_restore_from_fullbackup_to_new_location_5_jobs(self):
277277
)
278278

279279
self.assertEqual(
280-
self.node.table_checksum("t1"),
280+
node_new.table_checksum("t1"),
281281
self.table_t1
282282
)
283283
node_new.cleanup()

0 commit comments

Comments
 (0)