Skip to content

Commit 7b5e984

Browse files
stefanalfbopnowosie
authored andcommitted
[PR-1814] Change the use of the Goerli network to the Sepolia network in the TestHeight test
1 parent f8e08dd commit 7b5e984

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blockchain/blockchain_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ func TestHeight(t *testing.T) {
5454
client := feeder.NewTestClient(t, &utils.Mainnet)
5555
gw := adaptfeeder.New(client)
5656
t.Run("return nil if blockchain is empty", func(t *testing.T) {
57-
chain := blockchain.New(pebble.NewMemTest(t), &utils.Goerli)
57+
chain := blockchain.New(pebble.NewMemTest(t), &utils.Sepolia)
5858
_, err := chain.Height()
5959
assert.Error(t, err)
6060
})

0 commit comments

Comments
 (0)