mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Update test with updated method name
This commit is contained in:
parent
a2e439a155
commit
acd42f9cc6
1 changed files with 1 additions and 1 deletions
|
|
@ -186,7 +186,7 @@ namespace Wox.Test
|
|||
Debug.WriteLine("###############################################");
|
||||
Debug.WriteLine("");
|
||||
|
||||
var matchPrecisionResult = matchResult.IsPreciciseMatch();
|
||||
var matchPrecisionResult = matchResult.IsSearchPrecisionScoreMet();
|
||||
Assert.IsTrue(matchPrecisionResult == expectedPrecisionResult);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue