Skip to content

Commit

Permalink
test(Gate-Type-Match): fix mock response used in test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoprow committed Mar 10, 2023
1 parent 1852812 commit 68ea08f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ class BusinessPartnerControllerIT @Autowired constructor(
1, 1, 0, 1,
listOf(
BusinessPartnerLookupMatchSaas(
"0", "0",
"0",
MatchingProfileSaas(
MatchingScoresSaas(MatchingScoreSaas(0.5f), MatchingScoreSaas(0.5f), MatchingScoreSaas(overallScore))
)
Expand Down

0 comments on commit 68ea08f

Please sign in to comment.