1
0
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:
Grigory Smolkin 2018-01-26 18:29:31 +03:00
parent 5033768e47
commit 304ded65b8

View File

@ -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)
)