From 52df0afbc77d8c5c6d0c558c9e5e447bc0266695 Mon Sep 17 00:00:00 2001 From: Hrushi20 Date: Fri, 3 May 2024 00:39:41 +0530 Subject: [PATCH] #2406: Fix signers type in test --- packages/rpc-graphql/src/__tests__/transaction-tests.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/rpc-graphql/src/__tests__/transaction-tests.ts b/packages/rpc-graphql/src/__tests__/transaction-tests.ts index 70d87beea615..cf54bdf3790b 100644 --- a/packages/rpc-graphql/src/__tests__/transaction-tests.ts +++ b/packages/rpc-graphql/src/__tests__/transaction-tests.ts @@ -956,7 +956,7 @@ describe('transaction', () => { address: expect.any(String), }, programId: 'TokenzQdBNbLqP5VEhdkAS6EPFLC1PHnBqCXEpPxuEb', - signers: [expect.any(String), expect.any(String)], + signers: expect.arrayContaining([expect.any(String)]), withdrawWithheldAuthority: null, }, ]),