(c *C)
| 538 | } |
| 539 | |
| 540 | func (s *RemoteSuite) TestFetchFastForwardMem(c *C) { |
| 541 | s.testFetchFastForward(c, memory.NewStorage()) |
| 542 | } |
| 543 | |
| 544 | func (s *RemoteSuite) TestFetchFastForwardFS(c *C) { |
| 545 | fs := s.TemporalFilesystem(c) |
nothing calls this directly
no test coverage detected