You've already forked pg_probackup
mirror of
https://github.com/postgrespro/pg_probackup.git
synced 2025-07-16 07:14:15 +02:00
tests: minor fix
This commit is contained in:
@ -470,6 +470,7 @@ class BackupTest(ProbackupTest, unittest.TestCase):
|
||||
for string in list:
|
||||
message = message + string + "\n"
|
||||
self.assertEqual(
|
||||
1, 0, "Following file copied twice by backup:\n {1}".format(
|
||||
1, 0,
|
||||
"Following file copied twice by backup:\n {0}".format(
|
||||
message)
|
||||
)
|
||||
|
Reference in New Issue
Block a user