We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c13882e commit 45aaad8Copy full SHA for 45aaad8
src/WireMockInspector/ViewModels/MainWindowViewModel.cs
@@ -657,7 +657,7 @@ private static IEnumerable<SettingsWrapper> MapToSettingsWrappers(object serverS
657
var v = x.ToObject<MatchJOBject>();
658
return new MatchInfo
659
{
660
- Matched = v.Score > 0,
+ Matched = v.Score == 1.0,
661
RuleName = v.Name
662
};
663
}).ToList() ?? new List<MatchInfo>()
0 commit comments