Skip to content

Commit

Permalink
chore: Fixed lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikita Nikolashyn committed Jul 25, 2024
1 parent d69a187 commit 0beef3d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/isc/chainid_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ package isc
import (
"testing"

"github.com/iotaledger/wasp/packages/util/rwutil"
"github.com/stretchr/testify/require"

"github.com/iotaledger/wasp/packages/util/rwutil"
)

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

0 comments on commit 0beef3d

Please sign in to comment.