compose-typeahead-test: Update confusing test string.

Replaces test string that used "#streams", but was not referring to
or testing anything related to the streams settings overlay.
This commit is contained in:
Lauryn Menard
2024-04-30 14:29:05 +02:00
committed by Tim Abbott
parent b36cdfda0a
commit 00b572b808

View File

@@ -1588,7 +1588,7 @@ test("tokenizing", () => {
// The following cases are kinda judgment calls...
assert.equal(ct.tokenize_compose_str("foo @toomanycharactersisridiculoustocomplete"), "");
assert.equal(ct.tokenize_compose_str("foo #streams@foo"), "#streams@foo");
assert.equal(ct.tokenize_compose_str("foo #bar@foo"), "#bar@foo");
});
test("content_highlighter_html", ({override_rewire}) => {