diff --git a/web/src/input_pill.ts b/web/src/input_pill.ts index 910853f26a..50ae26b18e 100644 --- a/web/src/input_pill.ts +++ b/web/src/input_pill.ts @@ -168,8 +168,25 @@ export function create(opts: InputPillCreateOptions): InputPillContainer { operand: "Verona", }, ]; - expected_pill_display_value = "channel:Verona"; + expected_pill_display_value = "channel: Verona"; _setup(terms); input_pill_displayed = false; mock_pill_removes(search.search_pill_widget);