diff --git a/tests/backup_test.py b/tests/backup_test.py index 0a60cdb0..83af6633 100644 --- a/tests/backup_test.py +++ b/tests/backup_test.py @@ -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) )