Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
RaaCT0R committed Aug 15, 2024
1 parent 2a0948c commit 6c54613
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/networks/evm-rpc/tests/EvmRpcNetwork.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -622,7 +622,7 @@ describe('EvmRpcNetwork', () => {

describe('getTransactionByNonce', () => {
/**
* @target `EvmRpcNetwork.getTransactionByNonce` should return hashesh when tx is found in database
* @target `EvmRpcNetwork.getTransactionByNonce` should return hashes when tx is found in database
* @dependencies
* - database
* @scenario
Expand All @@ -632,7 +632,7 @@ describe('EvmRpcNetwork', () => {
* @expected
* - it should be expected hashes
*/
it('should return hashesh when tx is found in database', async () => {
it('should return hashes when tx is found in database', async () => {
const unsignedHash = generateRandomId();
const signedHash = generateRandomId();

Expand Down

0 comments on commit 6c54613

Please sign in to comment.