From 6a9f3d7e27482d02237a90d0bbdda6cde8f6bdde Mon Sep 17 00:00:00 2001 From: Tudor Stanciu Date: Sat, 18 Mar 2023 14:49:01 +0200 Subject: [PATCH] typo fix --- tests/hooks/useTuitioClient.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,