Skip to content

Commit

Permalink
test(): hotfix - use deep equal instead
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilmysliwiec committed Jul 12, 2022
1 parent 8e5b1f4 commit ced2acf
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -70,7 +70,7 @@ describe('Optional factory provider deps', () => {
],
}).compile();

expect(await module.resolve(MY_PROVIDER)).to.equal({
expect(await module.resolve(MY_PROVIDER)).to.deep.equal({
first: 'first',
second: undefined,
});
Expand Down

0 comments on commit ced2acf

Please sign in to comment.