Skip to content

Commit 8b7bc60

Browse files
author
Lars-Erik Roald
committed
fix tests
1 parent 08a3109 commit 8b7bc60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/getMany.test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ beforeAll(async () => {
4141
await insertData('sqlite');
4242
await insertData('d1');
4343
await insertData('sqlite2');
44-
// await insertData('sap');
44+
await insertData('sap');
4545
await insertData('oracle');
4646
hostExpress();
4747

@@ -143,7 +143,7 @@ describe('offset', () => {
143143
test('mysql', async () => await verify('mysql'));
144144
test('sqlite', async () => await verify('sqlite'));
145145
test('d1', async () => await verify('d1'));
146-
// test('sap', async () => await verify('sap'));
146+
test('sap', async () => await verify('sap'));
147147
test('http', async () => await verify('http'));
148148

149149
async function verify(dbName) {

0 commit comments

Comments
 (0)