Skip to content

Commit 307f3d6

Browse files
authored
Update redisGraphAPITest.js
1 parent 82f4404 commit 307f3d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/redisGraphAPITest.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ Label = require('../src/statistics').Label,
44
RedisGraphAPI = require('../src/redisGraph');
55

66
describe('RedisGraphAPI Test', () =>{
7-
const api = new RedisGraphAPI("social", "localhost");
7+
const api = new RedisGraphAPI("social");
88

99
beforeEach( () => {
1010
return api.deleteGraph();
1111
});
1212

1313
it('test bring your client', () => {
14-
return new RedisGraphAPI( "social", redis.createClient("localhost"));
14+
return new RedisGraphAPI( "social", redis.createClient());
1515
});
1616

1717
it('test Create Node', () => {

0 commit comments

Comments
 (0)