feat: changed to non-empty test

This commit is contained in:
Lucas Forato
2025-08-05 09:07:26 -03:00
parent c37ccd49e1
commit 804df8dd7a

View File

@@ -325,3 +325,6 @@ do_execsql_test_in_memory_any_error pragma-max-page-count-enforcement-error {
PRAGMA max_page_count = 1;
CREATE TABLE test (id INTEGER)
}
do_execsql_test_regex pragma-module-list-nonempty {
SELECT * FROM pragma_module_list;
} {.+}