Skip to content

Commit 31c76b0

Browse files
committed
pulled Matts updates
1 parent 5b33d73 commit 31c76b0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

__tests__/integrationtests.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ describe('--Integration Tests--', () => {
6161
const data = [];
6262
await client.push('SELECT * FROM TESTJESTSTREAM EMIT CHANGES;', async (chunk) => {
6363
data.push(JSON.parse(chunk));
64-
console.log(data);
6564
if (data[1]) {
6665
client.terminate(data[0].queryId);
6766
expect(data[1]).toEqual(["stab-rabbit", "123@mail.com", 100])

0 commit comments

Comments
 (0)