Skip to content

Commit

Permalink
fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
popenta committed Sep 9, 2024
1 parent 8e0771f commit 200d60b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions multiversx_sdk/facades/entrypoints_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ def test_contract_flow(self):
)

tx_hash = self.entrypoint.send_transaction(transaction)
time.sleep(1)
outcome = controller.await_completed_deploy(tx_hash)

assert len(outcome.contracts) == 1
Expand Down

0 comments on commit 200d60b

Please sign in to comment.