Skip to content

Commit

Permalink
shorten fail msg
Browse files Browse the repository at this point in the history
  • Loading branch information
pLabarta committed Sep 30, 2024
1 parent 404b7d2 commit 506828e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/suites/smoke/test-polkadot-decoding.ts
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ describeSuite({
retries++;
if (retries > 10) {
fail(
`Failed to fetch storage entries for module ${moduleName}::${fn} after 10 retries`
`Failed to fetch entries for module ${moduleName}::${fn} after 10 retries`
);
}
}
Expand Down

0 comments on commit 506828e

Please sign in to comment.