fix: upstream authorize fixes
This commit is contained in:
committed by
Michael Vines
parent
bed42ac26b
commit
0b5bd167d4
@ -106,7 +106,7 @@ test('authorize', () => {
|
||||
type,
|
||||
);
|
||||
|
||||
expect(transaction.keys).toHaveLength(2);
|
||||
expect(transaction.keys).toHaveLength(3);
|
||||
expect(transaction.programId).toEqual(StakeProgram.programId);
|
||||
// TODO: Validate transaction contents more
|
||||
});
|
||||
|
Reference in New Issue
Block a user