Skip to content

Commit

Permalink
Fixed problems with tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sanmartial committed Oct 27, 2023
1 parent 0bd9991 commit e63db28
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ public class AuthenticationService {
public boolean login(String email, String password) {
User user = service.findByEmail(email);
return user != null && user.getPassword().equals(password);
}
}
}

0 comments on commit e63db28

Please sign in to comment.