Skip to content

Commit 56a54e1

Browse files
Jonathan LuuJonathan Luu
authored andcommitted
Materialzied views integration test in progress
1 parent 3e31d5c commit 56a54e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

__tests__/integrationtests.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ describe('--Integration Tests--', () => {
8181
const expectData = data[0].slice(0, 3);
8282
expect(expectPullData).toEqual(expectData);
8383
})
84-
84+
})
8585

8686
// describe('--Materialized Views Test--', () => {
8787
// beforeAll( async () => {
@@ -120,7 +120,7 @@ describe('--Integration Tests--', () => {
120120
// expect(rowCheck).toEqual(true);
121121
// })
122122
// })
123-
})
123+
124124

125125
describe('--Health Tests--', () => {
126126
beforeAll((done) => {

0 commit comments

Comments
 (0)