Fix tests

This commit is contained in:
Christian Kamm 2022-07-11 22:31:00 +02:00
parent c76d3b1cd2
commit b77af54f15
1 changed files with 3 additions and 3 deletions

View File

@ -179,7 +179,7 @@ async fn test_basic() -> Result<(), TransportError> {
// close account // close account
send_tx( send_tx(
solana, solana,
CloseAccountInstruction { AccountCloseInstruction {
group, group,
account, account,
owner, owner,
@ -217,7 +217,7 @@ async fn test_basic() -> Result<(), TransportError> {
// close stub oracle // close stub oracle
send_tx( send_tx(
solana, solana,
CloseStubOracleInstruction { StubOracleCloseInstruction {
group, group,
mint: bank_data.mint, mint: bank_data.mint,
admin, admin,
@ -230,7 +230,7 @@ async fn test_basic() -> Result<(), TransportError> {
// close group // close group
send_tx( send_tx(
solana, solana,
CloseGroupInstruction { GroupCloseInstruction {
group, group,
admin, admin,
sol_destination: payer.pubkey(), sol_destination: payer.pubkey(),