Skip to content

Commit

Permalink
Add equalsExpectedResult to rating influencer
Browse files Browse the repository at this point in the history
  • Loading branch information
XoMEX committed Oct 23, 2023
1 parent 80777bc commit 99c80c4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public void addPropertyRatingInfluencer(PropertyResultRatingInfluencer ratingInf

public PropertyResultRatingInfluencer getPropertyRatingInfluencer(TestResult result) {
for (PropertyResultRatingInfluencer ri : propertyRatingInfluencers) {
if (ri.getResult() == result) {
if (ri.getResult().equalsExpectedResult(result)) {
return ri;
}
}
Expand Down

0 comments on commit 99c80c4

Please sign in to comment.