Skip to content

Commit

Permalink
Unskip
Browse files Browse the repository at this point in the history
  • Loading branch information
moraygrieve committed Dec 12, 2024
1 parent bbab7ce commit 9979b19
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 5 deletions.
1 change: 0 additions & 1 deletion tests/ten/ten_cor_021/pysystest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ tree proof, as per withdrawing native funds.

<classification>
<groups inherit="true">
<group>skip</group>
<group>bridge</group>
</groups>
<modes inherit="true">
Expand Down
1 change: 0 additions & 1 deletion tests/ten/ten_cor_024/pysystest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ a local testnet this can take 180 seconds, on a real deployment it can take 30 m

<classification>
<groups inherit="true">
<group>skip</group>
<group>bridge</group>
</groups>
<modes inherit="true">
Expand Down
1 change: 0 additions & 1 deletion tests/ten/ten_cor_026/pysystest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ an ethers client.

<classification>
<groups inherit="true">
<group>skip</group>
<group>bridge</group>
</groups>
<modes inherit="true">
Expand Down
2 changes: 1 addition & 1 deletion tests/ten/ten_cor_027/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def execute(self):

expr_list = []
expr_list.append('Log transfer sender = %s' % accnt1.l2.bridge.address)
expr_list.append('Log transfer receiver = %s' % accnt1.l1.account.address)
expr_list.append('Log transfer receiver = %s' % accnt1.l2.account.address)
expr_list.append('Log transfer amount = %d' % transfer_back)
self.assertOrderedGrep(file='query_l2.log', exprList=expr_list)

Expand Down
2 changes: 1 addition & 1 deletion tests/ten/ten_cor_116/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ def execute(self):
params['gas'] = int(1.1 * gas_estimate)
build_tx = target.build_transaction(params)
network.tx(self, web3, build_tx, account)
self.log.info('Call shows value: %d', storage.contract.functions.retrieve().call())
self.assertTrue(storage.contract.functions.retrieve().call() == 1)

0 comments on commit 9979b19

Please sign in to comment.