(opts ...DBOpt)
| 76 | } |
| 77 | |
| 78 | func createContentStoreWithPolicy(opts ...DBOpt) testsuite.StoreInitFn { |
| 79 | return func(ctx context.Context, root string) (context.Context, content.Store, func() error, error) { |
| 80 | return createContentStore(ctx, root, opts...) |
| 81 | } |
| 82 | } |
| 83 | |
| 84 | func TestContent(t *testing.T) { |
| 85 | testsuite.ContentSuite(t, "metadata", createContentStoreWithPolicy()) |
no test coverage detected
searching dependent graphs…