chore: npm run lint:fix
This commit is contained in:
committed by
Justin Starry
parent
b0e5714ca0
commit
d6ecb2699f
@ -146,7 +146,9 @@ test('authorizeWithSeed', () => {
|
||||
const transaction = StakeProgram.authorizeWithSeed(params);
|
||||
expect(transaction.instructions).toHaveLength(1);
|
||||
const [stakeInstruction] = transaction.instructions;
|
||||
expect(params).toEqual(StakeInstruction.decodeAuthorizeWithSeed(stakeInstruction));
|
||||
expect(params).toEqual(
|
||||
StakeInstruction.decodeAuthorizeWithSeed(stakeInstruction),
|
||||
);
|
||||
});
|
||||
|
||||
test('split', () => {
|
||||
|
Reference in New Issue
Block a user