Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
CANCI0 committed Apr 18, 2024
1 parent 85f3500 commit 29fb894
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion users/userservice/user-service.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ describe("User Service", () => {

await request(app).post("/adduser").send({username: friendUsername, password: password});

letresponse = await request(app).post("/users/add-friend").send(friend);
let response = await request(app).post("/users/add-friend").send(friend);
expect(response.status).toBe(200);
expect(response.body).toHaveProperty(
"message",
Expand Down

0 comments on commit 29fb894

Please sign in to comment.