Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
SiarheiFedartsou committed Feb 2, 2025
1 parent bb52577 commit 72b4e2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/analyzer_peliasIndexOneEdgeGram.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ module.exports.tests.analyze = function(test, common){
'2:f', '2:fo', '2:foo'] );
} else {
// no ICU tokenization, so we split only on spaces
assertAnalysis('thai_address', 'ซอยเพชรบุรี๑foo', ['0:ซอยเพชรบุรี๑foo']);
assertAnalysis('thai_address', 'ซอยเพชรบุรี๑foo', ['0:ซอยเพชรบุรี1foo']);
}

suite.run( t.end );
Expand Down

0 comments on commit 72b4e2b

Please sign in to comment.