Skip to content

Commit

Permalink
Fix tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
potados99 committed Apr 24, 2020
1 parent 53f7aa7 commit 0b4e87a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/domain/services/UserService.test.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ describe('# Logout', () => {
const setRemoteLoginResultMock = function(result) {
const mock = jest.fn(() => result);

resolve(UserService).userRepository.getRemoteLoginResult = mock;
resolve(UserService).userRepository.getLoginResult = mock;

return mock;
};
Expand Down

0 comments on commit 0b4e87a

Please sign in to comment.