We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d947c94 commit df91583Copy full SHA for df91583
pkg/store/local/retrievaljournal/periodic_rotator_test.go
@@ -8,8 +8,9 @@ import (
8
"github.com/ipfs/go-cid"
9
cidlink "github.com/ipld/go-ipld-prime/linking/cid"
10
"github.com/storacha/go-libstoracha/testutil"
11
- "github.com/storacha/piri/pkg/store/retrievaljournal"
12
"github.com/stretchr/testify/require"
+
13
+ "github.com/storacha/piri/pkg/store/local/retrievaljournal"
14
)
15
16
func TestPeriodicRotator(t *testing.T) {
0 commit comments