Skip to content

Commit

Permalink
Adjust tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
andreibancioiu committed May 10, 2024
1 parent 2ace8c8 commit ab19ba9
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,5 @@ jobs:
pip install -r requirements-dev.txt
- name: Test with pytest
run: |
export PYTHONPATH=.
pytest .
2 changes: 1 addition & 1 deletion contracts/simple_lock_energy_contract_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def test_deploy_contract():
]
)

assert tx_hash == "457dd7c271a6dd0cbac78b1f0eeeca53cd567bd2d746d883b50b495552a4bd7a"
assert tx_hash == "cbde33c54afde0a215961568755167c60255a95c70f1a8d91f0b29dc0baa37c2"
assert contract_address == "erd1qqqqqqqqqqqqqpgqak8zt22wl2ph4tswtyc39namqx6ysa2sd8ss4xmlj3"

tx_on_network = network_provider.get_transaction(tx_hash)
Expand Down
2 changes: 1 addition & 1 deletion testdata/alice.pem
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
NDEzZjQyNTc1ZjdmMjZmYWQzMzE3YTc3ODc3MTIxMmZkYjgwMjQ1ODUwOTgxZTQ4
YjU4YTRmMjVlMzQ0ZThmOTAxMzk0NzJlZmY2ODg2NzcxYTk4MmYzMDgzZGE1ZDQy
MWYyNGMyOTE4MWU2Mzg4ODIyOGRjODFjYTYwZDY5ZTE=
-----END PRIVATE KEY for erd1qyu5wthldzr8wx5c9ucg8kjagg0jfs53s8nr3zpz3hypefsdd8ssycr6th-----
-----END PRIVATE KEY for erd1qyu5wthldzr8wx5c9ucg8kjagg0jfs53s8nr3zpz3hypefsdd8ssycr6th-----
Binary file modified testdata/dummy.wasm
100644 → 100755
Binary file not shown.

0 comments on commit ab19ba9

Please sign in to comment.