tests: Fix mock for hide_streamlist_popover.

Apparently, I did my grep wrong to check for references in
f5b1081c93.
This commit is contained in:
Tim Abbott 2019-07-09 17:54:23 -07:00
parent 9c35b864fd
commit 78bb3f7ea1
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ set_global('stream_popover', {
hide_topic_popover: noop,
hide_all_messages_popover: noop,
hide_starred_messages_popover: noop,
restore_stream_list_size: noop,
hide_streamlist_sidebar: noop,
});
set_global('stream_data', {});