()
| 117 | } |
| 118 | |
| 119 | func (s *CompatSuite) TestGetDisplay() { |
| 120 | inst := s.p.NewPluginInstance(UserContext{ |
| 121 | ID: 6, |
| 122 | Name: "test6", |
| 123 | }) |
| 124 | |
| 125 | assert.NotEqual(s.T(), "", inst.GetDisplay(nil)) |
| 126 | } |
| 127 | |
| 128 | func TestCompatSuite(t *testing.T) { |
| 129 | suite.Run(t, new(CompatSuite)) |
nothing calls this directly
no test coverage detected