Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
c410-f3r committed Aug 1, 2024
1 parent e8c9bfb commit 7c20588
Showing 1 changed file with 6 additions and 12 deletions.
18 changes: 6 additions & 12 deletions src/blockchain/solana/integration_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -580,18 +580,12 @@ create_http_test!(
}
);

create_http_test!(
&mut *SOLANA.lock().await,
http(),
get_slot,
&*CLIENT,
|pkgs_aux, trans| async {
let _res = trans
.send_recv_decode_contained(&mut pkgs_aux.get_slot().data(None).build(), pkgs_aux)
.await
.unwrap();
}
);
create_http_test!(&mut *SOLANA.lock().await, http(), get_slot, &*CLIENT, |pkgs_aux, trans| async {
let _res = trans
.send_recv_decode_contained(&mut pkgs_aux.get_slot().data(None).build(), pkgs_aux)
.await
.unwrap();
});

create_http_test!(
&mut *SOLANA.lock().await,
Expand Down

0 comments on commit 7c20588

Please sign in to comment.