Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 304ded6

Browse files
committed
tests: minor fix
1 parent 5033768 commit 304ded6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/backup_test.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -470,6 +470,7 @@ def test_tablespace_in_pgdata(self):
470470
for string in list:
471471
message = message + string + "\n"
472472
self.assertEqual(
473-
1, 0, "Following file copied twice by backup:\n {1}".format(
473+
1, 0,
474+
"Following file copied twice by backup:\n {0}".format(
474475
message)
475476
)

0 commit comments

Comments
 (0)