Skip to content

Commit

Permalink
pr comments
Browse files Browse the repository at this point in the history
  • Loading branch information
otherview committed Nov 14, 2023
1 parent fc43502 commit f31094f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions integration/contractdeployer/contract_deployer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ const (
erc20ParamThree = "1000000000000000000"
testLogs = "../.build/noderunner/"
receiptTimeout = 30 * time.Second // The time to wait for a receipt for a transaction.
_portOffset = 100
)

func init() { //nolint:gochecknoinits
Expand Down Expand Up @@ -82,7 +81,7 @@ func TestCanDeployLayer2ERC20Contract(t *testing.T) {
}

func TestFaucetSendsFundsOnlyIfNeeded(t *testing.T) {
startPort := integration.StartPortContractDeployerTest + _portOffset
startPort := integration.StartPortContractDeployerTest
hostWSPort := startPort + integration.DefaultHostRPCWSOffset
createObscuroNetwork(t, startPort)

Expand Down

0 comments on commit f31094f

Please sign in to comment.