From 88a878ccabfc5f54c8488687e9a253bed7dc0a56 Mon Sep 17 00:00:00 2001 From: Hrushi20 Date: Sat, 27 Apr 2024 04:38:48 +0530 Subject: [PATCH] #2406: Fix lint issue --- .../rpc-graphql/src/__tests__/transaction-tests.ts | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/packages/rpc-graphql/src/__tests__/transaction-tests.ts b/packages/rpc-graphql/src/__tests__/transaction-tests.ts index 0e0aae4592e2..8efd5a56e727 100644 --- a/packages/rpc-graphql/src/__tests__/transaction-tests.ts +++ b/packages/rpc-graphql/src/__tests__/transaction-tests.ts @@ -858,10 +858,10 @@ describe('transaction', () => { maximumFee transferFeeConfigAuthority { address - } - withdrawWithheldAuthority { + } + withdrawWithheldAuthority { address - } + } } } } @@ -883,12 +883,11 @@ describe('transaction', () => { programId: 'TokenzQdBNbLqP5VEhdkAS6EPFLC1PHnBqCXEpPxuEb', transferFeeBasisPoints: expect.any(Number), transferFeeConfigAuthority: { - address: expect.any(String) + address: expect.any(String), }, withdrawWithheldAuthority: { - address: expect.any(String) + address: expect.any(String), }, - }, ]), },