Skip to content

Commit 5297f9c

Browse files
committed
chore add test
1 parent 225f869 commit 5297f9c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/tap-parallel-not-ok/client.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -471,6 +471,8 @@ tap.test('[OPERATIONS]: SQL', async t => {
471471
params: { name: 'Joe' }
472472
})
473473

474+
await immudbClient.SQLQuery({ sql: `select id,name from ${tableName}`, })
475+
474476
await immudbClient.SQLDescribe(tableName)
475477

476478
t.end();

0 commit comments

Comments
 (0)