Test: Fix test_alt compile

This commit is contained in:
Christian Kamm 2022-09-15 19:06:46 +02:00
parent 20eb61527b
commit a6d25071cd
1 changed files with 1 additions and 2 deletions

View File

@ -26,8 +26,7 @@ async fn test_alt() -> Result<(), TransportError> {
let GroupWithTokens { group, .. } = GroupWithTokensConfig {
admin,
payer,
mints: mints.to_vec(),
..GroupWithTokensConfig::default()
mints,
}
.create(solana)
.await;