Skip to content

Commit

Permalink
organize imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Stebalien committed Jul 19, 2024
1 parent f500662 commit 1df3ef3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chain/store/weight_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ import (
"bytes"
"testing"

"github.com/ipfs/go-cid"
"github.com/minio/blake2b-simd"
"github.com/stretchr/testify/require"

"github.com/filecoin-project/go-address"
"github.com/filecoin-project/go-state-types/abi"
"github.com/ipfs/go-cid"

"github.com/filecoin-project/lotus/chain/types"
"github.com/stretchr/testify/require"
)

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

0 comments on commit 1df3ef3

Please sign in to comment.