Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
jordy25519 committed Oct 21, 2024
1 parent 7d78c3c commit 56c3a15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration.rs
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ async fn place_and_take() {
.init_tx(&wallet.default_sub_account(), false)
.await
.unwrap()
.place_and_take(order, None, None, None)
.place_and_take(order, None, None, None, None)
.build();

let result = client.sign_and_send(tx).await;
Expand Down

0 comments on commit 56c3a15

Please sign in to comment.