Skip to content

Commit

Permalink
Merge branch 'ft-google-auth-#187419170' of https://github.com/atlp-r…
Browse files Browse the repository at this point in the history
…wanda/eagles-ec-be into ft-google-auth-#187419170
  • Loading branch information
MugemaneBertin2001 committed Apr 30, 2024
2 parents e292f32 + 4e9c93a commit 5d7feef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __test__/user.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ describe("Testing user Routes", () => {
spyonOne.mockRestore();
}, 20000);

test.skip("Should send otp verification code", async () => {
test("Should send otp verification code", async () => {
const spy = jest.spyOn(mailServices, "sendEmailService");
const response = await request(app).post("/api/v1/users/login").send({
email: dummySeller.email,
Expand Down

0 comments on commit 5d7feef

Please sign in to comment.