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.
2 parents 038f4cf + 104600f commit 8c0badcCopy full SHA for 8c0badc
tests/ptrack.py
@@ -202,7 +202,8 @@ def test_ptrack_multi_timeline_backup_1(self):
202
'select (select sum(tbalance) from pgbench_tellers) - '
203
'( select sum(bbalance) from pgbench_branches) + '
204
'( select sum(abalance) from pgbench_accounts ) - '
205
- '(select sum(delta) from pgbench_history) as must_be_zero').rstrip()
+ '(select sum(delta) from pgbench_history) as must_be_zero').\
206
+ decode('utf-8').rstrip()
207
208
self.assertEqual('0', balance)
209
0 commit comments