Skip to content

Commit

Permalink
should be good
Browse files Browse the repository at this point in the history
  • Loading branch information
ahangsu committed Apr 26, 2023
1 parent 99393a3 commit a8b11e8
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions tests/steps/other_v2_steps.py
Original file line number Diff line number Diff line change
Expand Up @@ -1485,11 +1485,13 @@ def lift_log_limits_in_request(context):
context.simulate_request.lift_log_limits = True


@then(
"I attach the simulate request to the transaction group to be simulated."
)
@then("I attach the simulate request to simulate the transaction group.")
def attach_sim_request_to_txn_group_simulation(context):
pass
context.simulate_response = (
context.atomic_transaction_composer.simulate_with_request(
context.app_acl, context.simulate_request
)
)


@when("I prepare the transaction without signatures for simulation")
Expand Down

0 comments on commit a8b11e8

Please sign in to comment.