Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
lmangani committed Jan 4, 2025
1 parent 6533c78 commit ad3aeb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/sql/chsql_system.test
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ require chsql_system

# Confirm the extension works
query I
SELECT name FROM system_databases();
SELECT name FROM system_databases() WHERE name = 'memory' LIMIT 1;
----
memory

0 comments on commit ad3aeb0

Please sign in to comment.