MCPcopy Create free account
hub / github.com/dropbox/godropbox / TestAddMultiEmpty

Method TestAddMultiEmpty

memcache/mock_client_test.go:68–72  ·  view source on GitHub ↗
(c *C)

Source from the content-addressed store, hash-verified

66}
67
68func (s *MockClientSuite) TestAddMultiEmpty(c *C) {
69 items := make([]*Item, 0)
70 resps := s.client.AddMulti(items)
71 c.Assert(resps, HasLen, 0)
72}

Callers

nothing calls this directly

Calls 1

AddMultiMethod · 0.65

Tested by

no test coverage detected