Minor test compile fix

This commit is contained in:
Christian Kamm 2023-04-24 09:35:46 +02:00
parent 497012042c
commit 10113443df
1 changed files with 1 additions and 1 deletions

View File

@ -3647,7 +3647,7 @@ impl ClientInstruction for PerpForceClosePositionInstruction {
oracle: perp_market.oracle,
};
let instruction = make_instruction(program_id, &accounts, instruction);
let instruction = make_instruction(program_id, &accounts, &instruction);
(accounts, instruction)
}