Skip to content

Commit

Permalink
Fix for faucet test.
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanIliev545 committed Sep 28, 2023
1 parent a98ff62 commit b3c5650
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions integration/faucet/faucet_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ func createObscuroNetwork(t *testing.T, startPort int) {
ERC20ContractLib: ethereummock.NewERC20ContractLibMock(),
Wallets: wallets,
StartPort: startPort,
WithPrefunding: true,
}

obscuroNetwork := network.NewNetworkOfSocketNodes(wallets)
Expand Down

0 comments on commit b3c5650

Please sign in to comment.