Skip to content

Commit

Permalink
test changed for new shelter
Browse files Browse the repository at this point in the history
  • Loading branch information
xipi3000 committed Jun 7, 2024
1 parent 20473d8 commit 42a188d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@ public void thereIsShelterCreated(int sheltersCreatedNum) {
sheltersCreatedNum++;
if(!shelterRepository.findByEmail("[email protected]").isEmpty())
sheltersCreatedNum++;

if(!shelterRepository.findByEmail("[email protected]").isEmpty())
sheltersCreatedNum++;
Assert.assertEquals("Shelters created", sheltersCreatedNum, shelterRepository.count());
}

Expand Down

0 comments on commit 42a188d

Please sign in to comment.