We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5033768 commit 304ded6Copy full SHA for 304ded6
tests/backup_test.py
@@ -470,6 +470,7 @@ def test_tablespace_in_pgdata(self):
470
for string in list:
471
message = message + string + "\n"
472
self.assertEqual(
473
- 1, 0, "Following file copied twice by backup:\n {1}".format(
+ 1, 0,
474
+ "Following file copied twice by backup:\n {0}".format(
475
message)
476
)
0 commit comments