diff --git a/web/tests/composebox_typeahead.test.cjs b/web/tests/composebox_typeahead.test.cjs index dee6c3ff6f..7bb347a93b 100644 --- a/web/tests/composebox_typeahead.test.cjs +++ b/web/tests/composebox_typeahead.test.cjs @@ -2016,7 +2016,7 @@ test("tokenizing", () => { // max scanning limit is 40 characters until chars like @, # , / are found assert.equal( ct.tokenize_compose_str( - "foo @toomanycharactersistooridiculoustoautocompletethatitexceedsalllimits", + "foo @toomanycharactersistooridiculoustoautocompletethatitexceedsalllimitsusingthewildessequenceofstringsforthispurpose", ), "", );