We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 148f67a commit c3f6726Copy full SHA for c3f6726
1 file changed
tests/messages/messages-controller.spec.js
@@ -35,7 +35,7 @@
35
36
it('should be defined', ()=> {
37
homeCtrl = controllerFactory('MessagesController', mock);
38
- expect(typeof homeCtrl.init).toBe('function');
+ expect(typeof homeCtrl.activate).toBe('function');
39
});
40
41
it('should set messages property', () => {
0 commit comments