()
| 349 | } |
| 350 | |
| 351 | func (s *ManagerSuite) TestSetPluginEnabled_expectNotFound() { |
| 352 | assert.Error(s.T(), s.manager.SetPluginEnabled(99, true)) |
| 353 | } |
| 354 | |
| 355 | func TestManagerSuite(t *testing.T) { |
| 356 | suite.Run(t, new(ManagerSuite)) |
nothing calls this directly
no test coverage detected