fix levenshtein dfa test build

The constuctor argument type was modified without
any adjustments to the callers.

See the commit
a0a5459b15

Signed-off-by: Wojciech Sipak <wsipak@protonmail.com>
This commit is contained in:
Wojciech Sipak
2025-11-11 11:55:21 +00:00
committed by x7z4w
parent b9d4f082de
commit 68bb78b00d

View File

@@ -190,7 +190,7 @@ UNIT_TEST(LevenshteinDFA_ErrorsMade)
}
{
vector<UniString> const allowedMisprints = {MakeUniString("yj")};
array<UniString, 11> const allowedMisprints = {MakeUniString("yj")};
size_t const prefixSize = 1;
size_t const maxErrors = 1;
string const str = "yekaterinburg";