Skip to content

Commit

Permalink
Fix for new test.
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanIliev545 committed Jan 22, 2024
1 parent 50bdd25 commit 36c95bb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions integration/obscurogateway/tengateway_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,9 @@ func testSubscriptionTopics(t *testing.T, httpURL, wsURL string, w wallet.Wallet
Data: gethcommon.FromHex(eventsContractBytecode),
}

err = getFeeAndGas(user0.HTTPClient, w, deployTx)
require.NoError(t, err)

signedTx, err := w.SignTransaction(deployTx)
require.NoError(t, err)

Expand Down

0 comments on commit 36c95bb

Please sign in to comment.