Skip to content

Commit d9bdd74

Browse files
author
Emmanouil Konstantinidis
committed
App Coverage 100%
1 parent 8f6cc73 commit d9bdd74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/js/__tests__/components/login.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,8 @@ describe('Test for Login Component - Callback with Error', function () {
145145

146146
}
147147
},
148-
on: function () {
149-
return;
148+
on: function (event, callback) {
149+
callback();
150150
},
151151
close: function () {
152152
return;

0 commit comments

Comments
 (0)