Skip to content

Commit

Permalink
forgot to update caller
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonpaulos committed Sep 14, 2023
1 parent 1808592 commit 059c2c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/applications_integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@ func iExecuteTheCurrentTransactionGroupWithTheComposer() error {
}

func iSimulateTheCurrentTransactionGroupWithTheComposer() error {
result, err := txComposer.Simulate(algodV2client, context.Background(), models.SimulateRequest{})
result, err := txComposer.Simulate(context.Background(), algodV2client, models.SimulateRequest{})
if err != nil {
return err
}
Expand Down

0 comments on commit 059c2c4

Please sign in to comment.