diff --git a/test/applications_integration_test.go b/test/applications_integration_test.go index 7a6ed78a..88a4e6da 100644 --- a/test/applications_integration_test.go +++ b/test/applications_integration_test.go @@ -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 }