Update test per comment

This commit is contained in:
Jeremy Wu
2020-01-14 07:53:59 +11:00
parent 592f1cafdb
commit 504c08a0fc
2 changed files with 6 additions and 23 deletions

View File

@@ -145,8 +145,7 @@ namespace Wox.Infrastructure
{
Success = true,
MatchData = indexList,
RawScore = Math.Max(score, pinyinScore),
AllSubstringsContainedInCompareString = allSubstringsContainedInCompareString
RawScore = Math.Max(score, pinyinScore)
};
return result;
@@ -283,11 +282,6 @@ namespace Wox.Infrastructure
}
}
/// <summary>
/// Indicates if all query's substrings are contained in the string to compare
/// </summary>
public bool AllSubstringsContainedInCompareString { get; set; }
/// <summary>
/// Matched data to highlight.
/// </summary>