Fix tests
This commit is contained in:
parent
c76d3b1cd2
commit
b77af54f15
|
@ -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(),
|
||||||
|
|
Loading…
Reference in New Issue