Skip to content

Commit

Permalink
test: fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
C0ZEN committed Dec 18, 2021
1 parent c15c755 commit 5fb7fb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/inputs/issues-inputs.service.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ describe(`IssuesInputsService`, (): void => {

const result = service.initialize();

expect(result).toStrictEqual(IssuesInputsService);
expect(result).toStrictEqual(service);
});
});

Expand Down

0 comments on commit 5fb7fb5

Please sign in to comment.