Skip to content

Commit 8285ca7

Browse files
committed
convert ginkgo localDir tests
1 parent 5cc755d commit 8285ca7

File tree

2 files changed

+229
-193
lines changed

2 files changed

+229
-193
lines changed

catalogd/internal/storage/localdir.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ type LocalDirV1 struct {
3434
sf singleflight.Group
3535
}
3636

37+
var _ Instance = &LocalDirV1{}
38+
3739
func (s *LocalDirV1) Store(ctx context.Context, catalog string, fsys fs.FS) error {
3840
s.m.Lock()
3941
defer s.m.Unlock()

0 commit comments

Comments
 (0)