Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Commit

Permalink
♻️ Fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
shuse2 committed Apr 21, 2020
1 parent 2d857fd commit 4c40891
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elements/lisk-transactions/test/15_pom_transaction.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ describe('Proof-of-misbehavior transaction', () => {
const { errors } = await sameAccountTransaction.apply(store);

// returned errors here are unrelated to the tested issue: nonce and signature
expect(errors.length).toEqual(2);
expect(errors).toHaveLength(2);
});
});

Expand Down

0 comments on commit 4c40891

Please sign in to comment.