Fix broken importer tests on compose

This commit is contained in:
Denis Arh
2019-10-30 20:31:39 +01:00
parent ba3d1967c5
commit bb43e59e56
+4
View File
@@ -41,6 +41,10 @@ func resetMocks() {
imp = NewImporter(nil, nil, nil, nil, nil, pi, st)
// namespaces does not get initialized in the standard flow
// if namespace finder is not present
imp.namespaces = NewNamespaceImporter(imp)
}
func impFixTester(t *testing.T, name string, tester interface{}) {