typo fix
parent
e0e0bd01a4
commit
6a9f3d7e27
|
@ -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<any>).mockImplementation(() => ({
|
(TuitioClient as jest.Mocked<any>).mockImplementation(() => ({
|
||||||
login: jest.fn().mockResolvedValue({
|
login: jest.fn().mockResolvedValue({
|
||||||
result: null,
|
result: null,
|
||||||
|
|
Loading…
Reference in New Issue