Skip to content

Commit

Permalink
chore(docs): fix testing-with-prisma diff in tutorial (#1282)
Browse files Browse the repository at this point in the history
Co-authored-by: Jason Kuhrt <jason.kuhrt@dialogue.co>
  • Loading branch information
janpio and Jason Kuhrt committed Jul 27, 2020
1 parent 64f088e commit eb3a7b5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ export function createTestContext(): TestContext {
})

afterAll(async () => {
;+(await ctx.app.db.client.disconnect())
+ await ctx.app.db.client.disconnect()
await ctx.app.stop()
})

Expand Down

0 comments on commit eb3a7b5

Please sign in to comment.