mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-10 05:06:36 +02:00
Update test with updated method name
This commit is contained in:
@@ -186,7 +186,7 @@ namespace Wox.Test
|
|||||||
Debug.WriteLine("###############################################");
|
Debug.WriteLine("###############################################");
|
||||||
Debug.WriteLine("");
|
Debug.WriteLine("");
|
||||||
|
|
||||||
var matchPrecisionResult = matchResult.IsPreciciseMatch();
|
var matchPrecisionResult = matchResult.IsSearchPrecisionScoreMet();
|
||||||
Assert.IsTrue(matchPrecisionResult == expectedPrecisionResult);
|
Assert.IsTrue(matchPrecisionResult == expectedPrecisionResult);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user