Skip to content

Commit

Permalink
Update MyBatisItemRepositoryTest.java
Browse files Browse the repository at this point in the history
  • Loading branch information
darmalovan authored Jan 9, 2024
1 parent dad5a6c commit 8950e33
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ public class MyBatisItemRepositoryTest extends DbTestBase {

@BeforeEach
public void setUp() {
Random random = new Random();
int randomNumber = random.nextInt();
User user =
new User(
Expand Down

0 comments on commit 8950e33

Please sign in to comment.