This commit is contained in:
Stef Heyenrath
2026-01-11 12:35:46 +01:00
parent 95d3978c7c
commit 041d16e658
2 changed files with 10 additions and 10 deletions

View File

@@ -243,7 +243,7 @@ public class MappingMatcherTests
var requestMatchResult = new RequestMatchResult();
foreach (var score in match.scores)
{
requestMatchResult.AddMatchResult(typeof(object), score, null);
requestMatchResult.AddScore(typeof(object), score, null);
}
mappingMock.SetupGet(m => m.Probability).Returns(match.probability);