Skip to content

Commit

Permalink
fix import order
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberphysic4l committed Oct 4, 2023
1 parent faa3256 commit 9de81b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/testsuite/mock/blockissuer.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import (
"testing"
"time"

"github.com/stretchr/testify/require"
"golang.org/x/crypto/blake2b"

"github.com/iotaledger/hive.go/core/safemath"
Expand All @@ -23,7 +24,6 @@ import (
"github.com/iotaledger/iota-core/pkg/protocol/engine/filter"
iotago "github.com/iotaledger/iota.go/v4"
"github.com/iotaledger/iota.go/v4/builder"
"github.com/stretchr/testify/require"
)

var (
Expand Down

0 comments on commit 9de81b0

Please sign in to comment.