Commit b8657091 authored by Alice Wyan's avatar Alice Wyan

Fix test failure on WidgetController

parent 3ae733a7
......@@ -100,6 +100,7 @@ describe('WidgetController', function () {
fakeStreamer = {
setConfig: sandbox.spy(),
connect: sandbox.spy(),
reconnect: sandbox.spy(),
};
fakeStreamFilter = {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment