diff options
Diffstat (limited to 'service/container_test.go')
-rw-r--r-- | service/container_test.go | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/service/container_test.go b/service/container_test.go index ad4c1e64..5350de41 100644 --- a/service/container_test.go +++ b/service/container_test.go @@ -456,9 +456,7 @@ func TestContainer_NoInit(t *testing.T) { assert.NoError(t, c.Init(&testCfg{`{"test":"something", "test2":"something-else"}`})) } -type testInitD struct { - c *testInitC -} +type testInitD struct {} type DCfg struct { V string |