Skip to content

Commit

Permalink
Fix test-deployment (vaticle#169)
Browse files Browse the repository at this point in the history
## What is the goal of this PR?

We fixed test-deployment.

## What are the changes implemented in this PR?

Fix test-deployment
  • Loading branch information
Alex Walker committed Mar 31, 2021
1 parent b27ad41 commit 8465696
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/deployment/application.test.js
Expand Up @@ -18,8 +18,8 @@
*/

const { Grakn } = require("grakn-client/Grakn");
const { SessionType } = require("grakn-client/api/Session");
const { TransactionType } = require("grakn-client/api/Transaction");
const { SessionType } = require("grakn-client/api/GraknSession");
const { TransactionType } = require("grakn-client/api/GraknTransaction");

jest.setTimeout(15000);

Expand Down

0 comments on commit 8465696

Please sign in to comment.