Skip to content

Commit 9d0c8dd

Browse files
committed
chore: rm only
1 parent abfbdbd commit 9d0c8dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/actions/public/getTransaction.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ describe('args: blockTag', () => {
405405
})
406406

407407
describe('args: sender and nonce', () => {
408-
test.only('gets transaction by sender and nonce', async () => {
408+
test('gets transaction by sender and nonce', async () => {
409409
const hash = await sendTransaction(client, {
410410
account: sourceAccount.address,
411411
to: targetAccount.address,

0 commit comments

Comments
 (0)