Skip to content

Commit 2aac07d

Browse files
authored
Update redisGraphAPITest.js
1 parent f91a06c commit 2aac07d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/redisGraphAPITest.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ RedisGraphAPI = require('../src/redisGraph');
55

66
describe('RedisGraphAPI Test', () =>{
77
const api = new RedisGraphAPI("social");
8+
// Dummy create to make sure first delete won't fail
9+
api.query("CREATE ({name:'roi',age:32})");
810

911
beforeEach( () => {
1012
return api.deleteGraph();

0 commit comments

Comments
 (0)