Skip to content

Commit

Permalink
fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
arajasek committed Nov 7, 2022
1 parent 9fce32f commit 87d739e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions blockstore/autobatch_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@ import (
"context"
"testing"

"github.com/stretchr/testify/require"

ipld "github.com/ipfs/go-ipld-format"
"github.com/stretchr/testify/require"
)

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

0 comments on commit 87d739e

Please sign in to comment.