1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2025-01-05 13:20:31 +02:00

PGPRO-427: small fix to tests

This commit is contained in:
Grigory Smolkin 2018-07-18 09:45:33 +03:00
parent b122966a3a
commit 64262950c3

View File

@ -633,11 +633,6 @@ class PageBackupTest(ProbackupTest, unittest.TestCase):
self.restore_node(backup_dir, 'node', node)
node.start()
# Check restored node
count2 = node.safe_psql("postgres", "select count(*) from test")
self.assertEqual(count1, count2)
# Clean after yourself
node.cleanup()
self.del_test_dir(module_name, fname)