From 7f2909ffb746880a380dbc8b9d7f4257a5abca6c Mon Sep 17 00:00:00 2001 From: Wolfy-J Date: Mon, 23 Dec 2019 15:02:43 +0300 Subject: - merging error handling improvements --- service/container_test.go | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'service/container_test.go') 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 -- cgit v1.2.3