Skip to content

Commit

Permalink
fixed expect statement of test
Browse files Browse the repository at this point in the history
  • Loading branch information
Bhupesh-mfsi committed Aug 30, 2024
1 parent f81271e commit 5e91690
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ describe('setUserProfile', () => {
);

expect(secondWrite).to.be.true;
expect(JSON.stringify(retrievedProfile)).to.be(
expect(JSON.stringify(retrievedProfile)).to.be.equals(
JSON.stringify(newProfile.profile),
);
});
Expand Down

0 comments on commit 5e91690

Please sign in to comment.