1
0
Fork 0
master
Philip O'Toole 8 months ago
parent 2b3e829fc8
commit 8e4c9c88d4

@ -150,7 +150,7 @@ class TestAutoRestoreS3(unittest.TestCase):
n0.start()
n0.wait_for_ready()
n0.execute('CREATE TABLE bar (id INTEGER NOT NULL PRIMARY KEY, name TEXT)')
j = n1.query('SELECT * FROM bar', level='strong')
j = n0.query('SELECT * FROM bar', level='strong')
self.assertEqual(j, d_("{'results': [{'types': ['integer', 'text'], 'columns': ['id', 'name']}]}"))
n0.stop()

Loading…
Cancel
Save