Skip to content

Commit

Permalink
Fix test assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi committed Feb 29, 2024
1 parent 11d6830 commit 4dd52be
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ public void testUser() {

OtherUserInSubPackage savedOtherUserInSubPackage = usersEntityManager.find(OtherUserInSubPackage.class,
otherUserInSubPackage.getId());
assertEquals(savedOtherUserInSubPackage.getName(), savedOtherUserInSubPackage.getName());
assertEquals(otherUserInSubPackage.getName(), savedOtherUserInSubPackage.getName());
}

@Test
Expand Down

0 comments on commit 4dd52be

Please sign in to comment.