Skip to content

Commit

Permalink
linting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
QuantumExplorer committed Jul 23, 2024
1 parent 68e8773 commit 1d7836b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/platform-test-suite/test/e2e/dpns.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,6 @@ describe('DPNS', () => {
delete rawRegisteredDomain.$transferredAtBlockHeight;
delete rawRegisteredDomain.preorderSalt;


expect(rawDocument).to.deep.equal(rawRegisteredDomain);
});

Expand Down Expand Up @@ -311,7 +310,6 @@ describe('DPNS', () => {
delete rawRegisteredDomain.$transferredAtBlockHeight;
delete rawRegisteredDomain.preorderSalt;


expect(rawDocument).to.deep.equal(rawRegisteredDomain);
});

Expand Down

0 comments on commit 1d7836b

Please sign in to comment.