Skip to content

Commit

Permalink
GH-2172 Fix merge issue
Browse files Browse the repository at this point in the history
  • Loading branch information
heifner committed Feb 5, 2024
1 parent 4b5f14e commit 0fd7483
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/ship_streamer_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,11 +106,11 @@ def getLatestSnapshot(nodeId):
wasmFile = "%s.wasm" % (contract)
abiFile = "%s.abi" % (contract)

nonProdNode.publishContract(accounts[0], contractDir, wasmFile, abiFile)
nonProdNode.publishContract(cluster.defproducerbAccount, contractDir, wasmFile, abiFile)
jumbotxn = {

"actions": [{"account": "testeraaaaaa","name": "jumbotime",
"authorization": [{"actor": "testeraaaaaa","permission": "active"}],
"actions": [{"account": "defproducerb","name": "jumbotime",
"authorization": [{"actor": "defproducerb","permission": "active"}],
"data": "",
"compression": "none"}]
}
Expand Down

0 comments on commit 0fd7483

Please sign in to comment.