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 3f4df6b commit b84d35dCopy full SHA for b84d35d
testing/cli_tests/cli_test_cases.py
@@ -57,7 +57,7 @@ def test_file_operations():
57
def test_joins():
58
shell = TestLimboShell()
59
shell.run_test("open-file", ".open testing/testing.db", "")
60
- shell.run_test("verify-tables", ".tables", "products users")
+ shell.run_test("verify-tables", ".tables", "counter products users")
61
shell.run_test(
62
"file-cross-join",
63
"select * from users, products limit 1;",
0 commit comments