Skip to content

Commit

Permalink
Tweak misleading test
Browse files Browse the repository at this point in the history
  • Loading branch information
canjalal committed Oct 28, 2024
1 parent 6e1731e commit 8ec54a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/routers/case_manager.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ test("addStudent - paras do not have access", async (t) => {
await trpc.case_manager.addStudent.mutate({
first_name: "Foo",
last_name: "Bar",
email: "invalid-email",
email: "[email protected]",
grade: 6,
});
});
Expand Down

0 comments on commit 8ec54a0

Please sign in to comment.