Skip to content

Commit

Permalink
remove .only
Browse files Browse the repository at this point in the history
  • Loading branch information
mvares committed Jul 16, 2024
1 parent 1cd03d9 commit 953a45e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/fuel-gauge/src/transaction-response.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ describe('TransactionResponse', () => {
expect(response.gqlTransaction?.id).toBe(transactionId);
});

it.only('should ensure waitForResult always waits for the transaction to be processed', async () => {
it('should ensure waitForResult always waits for the transaction to be processed', async () => {
const { cleanup, ip, port } = await launchNode({
/**
* This is set to so long in order to test keep-alive message handling as well.
Expand Down

0 comments on commit 953a45e

Please sign in to comment.