Skip to content

Commit

Permalink
add todo for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
phbnf committed Aug 15, 2024
1 parent 75763b4 commit 14e6273
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions storage/gcp/gcp_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 14e6273

Please sign in to comment.