diff --git a/tests/hooks/useTuitioClient.test.ts b/tests/hooks/useTuitioClient.test.ts index 6911244..2973856 100644 --- a/tests/hooks/useTuitioClient.test.ts +++ b/tests/hooks/useTuitioClient.test.ts @@ -140,7 +140,7 @@ describe("useTuitioClient", () => { }); }); - it("should throw exception if bots result and error are null", async () => { + it("should throw exception if both result and error are null", async () => { (TuitioClient as jest.Mocked).mockImplementation(() => ({ login: jest.fn().mockResolvedValue({ result: null,