Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbate committed Jan 8, 2025
1 parent 0daa796 commit 2e43f03
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions packages/fuel-gauge/src/transaction-response.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -333,12 +333,7 @@ describe('TransactionResponse', () => {
it('builds response and assembles result [fetches gas price then uses fee]', async () => {
using launched = await launchTestNode({
nodeOptions: {
args: [
'--poa-instant',
'false',
'--poa-interval-period',
'2sec',
],
args: ['--poa-instant', 'false', '--poa-interval-period', '2sec'],
},
});

Expand Down

0 comments on commit 2e43f03

Please sign in to comment.