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