Skip to content

Commit c22f75e

Browse files
geeksilva97cjihrig
andauthored
sqlite: apply review change
Co-authored-by: Colin Ihrig <cjihrig@gmail.com>
1 parent 3f64dfa commit c22f75e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/parallel/test-sqlite.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ suite('URI query params', () => {
202202
});
203203
});
204204

205-
suite('sqlite flags', () => {
205+
suite('SQL APIs enabled at build time', () => {
206206
test('math functions are enabled', (t) => {
207207
const db = new DatabaseSync(':memory:');
208208
t.assert.deepStrictEqual(

0 commit comments

Comments
 (0)