Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
BedrockSquirrel committed Sep 29, 2023
1 parent 968605a commit cf7b609
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions integration/networktest/tests/helpful/availability_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ import (
"github.com/obscuronet/go-obscuro/integration/networktest/env"
)

const _testTimeSpan = 120 * time.Second
const _testTimeSpan = 20 * time.Second

// basic test that verifies it can connect the L1 client and L2 client and sees block numbers increasing (useful to sanity check testnet issues etc.)
func TestNetworkAvailability(t *testing.T) {
networktest.TestOnlyRunsInIDE(t)
networktest.Run(
"network-availability",
t,
env.DevTestnet(),
env.Testnet(),
actions.RunOnlyAction(func(ctx context.Context, network networktest.NetworkConnector) (context.Context, error) {
client, err := network.GetL1Client()
if err != nil {
Expand Down
3 changes: 2 additions & 1 deletion tools/faucet/cmd/cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@ package main

import (
"flag"
"github.com/ethereum/go-ethereum/params"
"math/big"

"github.com/ethereum/go-ethereum/params"

"github.com/obscuronet/go-obscuro/tools/faucet/faucet"
)

Expand Down

0 comments on commit cf7b609

Please sign in to comment.