Skip to content

Commit

Permalink
Remove only() call in tests (#335)
Browse files Browse the repository at this point in the history
  • Loading branch information
notlesh authored Mar 30, 2021
1 parent c298756 commit 01bcc25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ts-tests/tests/test-precompiles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ describeWithFrontier("Frontier RPC (Precompile)", `simple-specs.json`, (context)
// Those test are ordered. In general this should be avoided, but due to the time it takes
// to spin up a frontier node, it saves a lot of time.

it.only('should perform ecrecover', async () => {
it('should perform ecrecover', async () => {
const web3 = context.web3;

const message = 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Tubulum fuisse, qua illum, cuius is condemnatus est rogatione, P. Eaedem res maneant alio modo.'
Expand Down

0 comments on commit 01bcc25

Please sign in to comment.