Skip to content

Commit

Permalink
[FIX] - fixed persistent test
Browse files Browse the repository at this point in the history
  • Loading branch information
tofiksa committed Feb 8, 2024
1 parent 475a24c commit 36ee0c0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ public void setUp() {
user.setLastname("TestUserLastname");
user.setEmail("[email protected]");
user.setPassword("TestPassword");
user.setUsername("TestUsername");

this.entityManager.persist(user);
}
Expand Down

0 comments on commit 36ee0c0

Please sign in to comment.