Skip to content

Commit df91583

Browse files
committed
fix from rebase onto main
1 parent d947c94 commit df91583

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pkg/store/local/retrievaljournal/periodic_rotator_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@ import (
88
"github.com/ipfs/go-cid"
99
cidlink "github.com/ipld/go-ipld-prime/linking/cid"
1010
"github.com/storacha/go-libstoracha/testutil"
11-
"github.com/storacha/piri/pkg/store/retrievaljournal"
1211
"github.com/stretchr/testify/require"
12+
13+
"github.com/storacha/piri/pkg/store/local/retrievaljournal"
1314
)
1415

1516
func TestPeriodicRotator(t *testing.T) {

0 commit comments

Comments
 (0)