()
| 59 | } |
| 60 | |
| 61 | func (s *CtrlTestSuite) TestControllerInfoErrNotFound() { |
| 62 | _, err := s.Store.ControllerInfo() |
| 63 | |
| 64 | s.Require().Regexp("fetching controller info: not found", err.Error()) |
| 65 | } |
| 66 | |
| 67 | func (s *CtrlTestSuite) TestInitControllerAlreadyInitialized() { |
| 68 | _, err := s.Store.InitController() |
nothing calls this directly
no test coverage detected