Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
timsuchanek committed Sep 18, 2019
1 parent a68f39c commit dd72468
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/prisma2/src/__tests__/integrate.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ async function runTest(t) {

// clear the require cache
delete require.cache[photonPath]
const { default: Photon } = await import(photonPath)
const { Photon } = await import(photonPath)
const client = new Photon()
await client.connect()
try {
Expand Down

0 comments on commit dd72468

Please sign in to comment.