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 895b57f commit 104600fCopy full SHA for 104600f
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