Skip to content

Commit c3f6726

Browse files
committed
typo
1 parent 148f67a commit c3f6726

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/messages/messages-controller.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535

3636
it('should be defined', ()=> {
3737
homeCtrl = controllerFactory('MessagesController', mock);
38-
expect(typeof homeCtrl.init).toBe('function');
38+
expect(typeof homeCtrl.activate).toBe('function');
3939
});
4040

4141
it('should set messages property', () => {

0 commit comments

Comments
 (0)