Skip to content

Commit ad3aeb0

Browse files
committed
update test
1 parent 6533c78 commit ad3aeb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/sql/chsql_system.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ require chsql_system
1313

1414
# Confirm the extension works
1515
query I
16-
SELECT name FROM system_databases();
16+
SELECT name FROM system_databases() WHERE name = 'memory' LIMIT 1;
1717
----
1818
memory

0 commit comments

Comments
 (0)