MCPcopy Index your code
hub / github.com/gotify/server / TestSetPluginEnabled_expectNotFound

Method TestSetPluginEnabled_expectNotFound

plugin/manager_test.go:351–353  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

349}
350
351func (s *ManagerSuite) TestSetPluginEnabled_expectNotFound() {
352 assert.Error(s.T(), s.manager.SetPluginEnabled(99, true))
353}
354
355func TestManagerSuite(t *testing.T) {
356 suite.Run(t, new(ManagerSuite))

Callers

nothing calls this directly

Calls 2

ErrorMethod · 0.80
SetPluginEnabledMethod · 0.80

Tested by

no test coverage detected