Skip to content

Commit

Permalink
test(dpp): fix assertion with the same value
Browse files Browse the repository at this point in the history
  • Loading branch information
shumkov committed Feb 27, 2025
1 parent 045b6fa commit c57e8b2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ describe('IdentityFacade', () => {

expect(deserialized).to.be.an.instanceOf(Identity);

expect(deserialized.toObject()).to.deep.equal(deserialized.toObject());
expect(deserialized.toObject()).to.deep.equal(identity.toObject());
});
});

Expand Down

0 comments on commit c57e8b2

Please sign in to comment.