Skip to content

Commit b84d35d

Browse files
committed
update after rebase
1 parent 3f4df6b commit b84d35d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/cli_tests/cli_test_cases.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def test_file_operations():
5757
def test_joins():
5858
shell = TestLimboShell()
5959
shell.run_test("open-file", ".open testing/testing.db", "")
60-
shell.run_test("verify-tables", ".tables", "products users")
60+
shell.run_test("verify-tables", ".tables", "counter products users")
6161
shell.run_test(
6262
"file-cross-join",
6363
"select * from users, products limit 1;",

0 commit comments

Comments
 (0)