Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
goran-ethernal committed Sep 13, 2024
1 parent 751543d commit f2b1649
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion l1infotreesync/e2e_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ func TestFinalised(t *testing.T) {
require.NoError(t, err)
auth, err := bind.NewKeyedTransactorWithChainID(privateKey, big.NewInt(1337))
require.NoError(t, err)
client, _, _, _, _, err := newSimulatedClient(auth)
client, _, _, _, _, err := newSimulatedClient(auth) //nolint:dogsled
require.NoError(t, err)
for i := 0; i < 100; i++ {
client.Commit()
Expand Down

0 comments on commit f2b1649

Please sign in to comment.