fix imports

This commit is contained in:
Aayush
2022-11-07 15:10:27 -05:00
parent 385f787ffc
commit 2e78158099
+1 -2
View File
@@ -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) {