mirror of
https://github.com/postgrespro/pg_probackup.git
synced 2025-02-02 13:36:08 +02:00
tests: minor fix
This commit is contained in:
parent
5033768e47
commit
304ded65b8
@ -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)
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user