From 14e62732cf8a137e8ed2052c07ad4edc751a8b2b Mon Sep 17 00:00:00 2001 From: Philippe Boneff Date: Thu, 15 Aug 2024 13:38:35 +0000 Subject: [PATCH] add todo for tests --- storage/gcp/gcp_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/storage/gcp/gcp_test.go b/storage/gcp/gcp_test.go index 70bbdfcc..2fda4b72 100644 --- a/storage/gcp/gcp_test.go +++ b/storage/gcp/gcp_test.go @@ -325,6 +325,7 @@ func (m *memObjStore) getObject(_ context.Context, obj string) ([]byte, int64, e return d, 1, nil } +// TODO(phboneff): add content type tests func (m *memObjStore) setObject(_ context.Context, obj string, data []byte, cond *gcs.Conditions, _ string) error { m.Lock() defer m.Unlock()