Skip to content

Commit eb3a7b5

Browse files
janpioJason Kuhrt
and
Jason Kuhrt
authored
chore(docs): fix testing-with-prisma diff in tutorial (#1282)
Co-authored-by: Jason Kuhrt <[email protected]>
1 parent 64f088e commit eb3a7b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/content/010-getting-started/03-tutorial/07-chapter-6-testing-with-prisma.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ export function createTestContext(): TestContext {
111111
})
112112

113113
afterAll(async () => {
114-
;+(await ctx.app.db.client.disconnect())
114+
+ await ctx.app.db.client.disconnect()
115115
await ctx.app.stop()
116116
})
117117

0 commit comments

Comments
 (0)