mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-08 10:44:20 +01:00
Update test to reflect lack of err message when .schema nonexistant table is ran
This commit is contained in:
@@ -100,7 +100,7 @@ def test_switch_back_to_in_memory():
|
||||
shell.run_test("open-testing-db-file", ".open testing/testing.db", "")
|
||||
# Then switch back to :memory:
|
||||
shell.run_test("switch-back", ".open :memory:", "")
|
||||
shell.run_test("schema-in-memory", ".schema users", "-- Error: Table 'users' not found.")
|
||||
shell.run_test("schema-in-memory", ".schema users", "")
|
||||
shell.quit()
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user