Skip to content

Commit

Permalink
#2406: Fix signers type in test
Browse files Browse the repository at this point in the history
  • Loading branch information
Hrushi20 committed May 4, 2024
1 parent 14e03e6 commit b600970
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/rpc-graphql/src/__tests__/transaction-tests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1759,7 +1759,7 @@ describe('transaction', () => {
address: expect.any(String),
},
programId: 'TokenzQdBNbLqP5VEhdkAS6EPFLC1PHnBqCXEpPxuEb',
signers: [expect.any(String), expect.any(String)],
signers: expect.arrayContaining([expect.any(String)]),
source: {
address: expect.any(String),
},
Expand Down

0 comments on commit b600970

Please sign in to comment.