Skip to content

Commit 764680e

Browse files
committed
Merge branch 'REL_2_5'
2 parents 640e7a5 + bbe41a4 commit 764680e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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)