()
| 72 | } |
| 73 | |
| 74 | func (s *ImageDataTestSuite) SetupSubTest() { |
| 75 | // We use t.Run() a lot, so we need to reset lazy objects at the beginning of each subtest |
| 76 | s.ResetLazyObjects() |
| 77 | } |
| 78 | |
| 79 | func (s *ImageDataTestSuite) TestDownloadStatusOK() { |
| 80 | imgdata, _, err := s.factory().DownloadSync( |
nothing calls this directly
no test coverage detected