Skip to content

Commit

Permalink
chore: placate the linter
Browse files Browse the repository at this point in the history
  • Loading branch information
ARR4N committed Nov 26, 2024
1 parent dc1d88d commit 325ffff
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions core/state/statedb.libevm_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,14 @@ package state
import (
"testing"

"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"

"github.com/ava-labs/libevm/common"
"github.com/ava-labs/libevm/core/rawdb"
"github.com/ava-labs/libevm/core/state/snapshot"
"github.com/ava-labs/libevm/core/types"
"github.com/ava-labs/libevm/libevm/stateconf"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
)

func TestStateDBCommitPropagatesOptions(t *testing.T) {
Expand Down

0 comments on commit 325ffff

Please sign in to comment.