Skip to content

Commit

Permalink
add missing await in PgDiscussionRepo tests
Browse files Browse the repository at this point in the history
Co-authored-by: Celine Ung <[email protected]>
  • Loading branch information
enguerranws and celineung committed Sep 18, 2024
1 parent c372042 commit 41ae377
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -626,7 +626,7 @@ describe("PgDiscussionRepository", () => {
copyEmails: ["[email protected]"],
})
.build();
pgDiscussionRepository.insert(discussion);
await pgDiscussionRepository.insert(discussion);

expectToEqual(
await pgDiscussionRepository.hasDiscussionMatching({
Expand Down

0 comments on commit 41ae377

Please sign in to comment.