mirror of https://github.com/zulip/zulip.git
tests: Fix mock for hide_streamlist_popover.
Apparently, I did my grep wrong to check for references in
f5b1081c93
.
This commit is contained in:
parent
9c35b864fd
commit
78bb3f7ea1
|
@ -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', {});
|
||||
|
|
Loading…
Reference in New Issue