Skip to content

Commit

Permalink
Fix en los test
Browse files Browse the repository at this point in the history
  • Loading branch information
iyanfdezz committed Apr 18, 2024
1 parent 63f9930 commit a2fce22
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 @@ -7,7 +7,7 @@ let app;

const username = "testuser";
const friendUsername = "testfriend";
const password = "testpassword";
const password = "Testpassword1";

beforeAll(async () => {
mongoServer = await MongoMemoryServer.create();
Expand Down

0 comments on commit a2fce22

Please sign in to comment.