This commit is contained in:
Miodec 2025-09-12 18:08:05 +02:00 committed by Christian Fehmer
parent 02435a76d2
commit fc0709e94b

View file

@ -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 () => {