mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-06 13:40:16 +08:00
fix test
This commit is contained in:
parent
02435a76d2
commit
fc0709e94b
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ describe("ConnectionsDal", () => {
|
|||
initiatorUid: first.receiverUid,
|
||||
receiverUid: uid,
|
||||
})
|
||||
).rejects.toThrow("Duplicate connection");
|
||||
).rejects.toThrow("Connection request already sent");
|
||||
});
|
||||
|
||||
it("should create", async () => {
|
||||
|
|
Loading…
Add table
Reference in a new issue