@@ -21,23 +21,22 @@ func TestEnsureTemplatesLoaded(t *testing.T) {
2121
2222 var (
2323 templateFiles = map [string ]struct {}{
24- path .Join (rootDir , "component_test.go.tmpl" ): {},
25- path .Join (rootDir , "component_telemetry_test.go.tmpl" ): {},
26- path .Join (rootDir , "documentation.md.tmpl" ): {},
27- path .Join (rootDir , "metrics.go.tmpl" ): {},
28- path .Join (rootDir , "metrics_test.go.tmpl" ): {},
29- path .Join (rootDir , "resource.go.tmpl" ): {},
30- path .Join (rootDir , "resource_test.go.tmpl" ): {},
31- path .Join (rootDir , "config.go.tmpl" ): {},
32- path .Join (rootDir , "config_test.go.tmpl" ): {},
33- path .Join (rootDir , "package_test.go.tmpl" ): {},
34- path .Join (rootDir , "readme.md.tmpl" ): {},
35- path .Join (rootDir , "status.go.tmpl" ): {},
36- path .Join (rootDir , "telemetry.go.tmpl" ): {},
37- path .Join (rootDir , "telemetry_test.go.tmpl" ): {},
38- path .Join (rootDir , "testdata" , "config.yaml.tmpl" ): {},
39- path .Join (rootDir , "telemetrytest.go.tmpl" ): {},
40- path .Join (rootDir , "telemetrytest_test.go.tmpl" ): {},
24+ path .Join (rootDir , "component_test.go.tmpl" ): {},
25+ path .Join (rootDir , "documentation.md.tmpl" ): {},
26+ path .Join (rootDir , "metrics.go.tmpl" ): {},
27+ path .Join (rootDir , "metrics_test.go.tmpl" ): {},
28+ path .Join (rootDir , "resource.go.tmpl" ): {},
29+ path .Join (rootDir , "resource_test.go.tmpl" ): {},
30+ path .Join (rootDir , "config.go.tmpl" ): {},
31+ path .Join (rootDir , "config_test.go.tmpl" ): {},
32+ path .Join (rootDir , "package_test.go.tmpl" ): {},
33+ path .Join (rootDir , "readme.md.tmpl" ): {},
34+ path .Join (rootDir , "status.go.tmpl" ): {},
35+ path .Join (rootDir , "telemetry.go.tmpl" ): {},
36+ path .Join (rootDir , "telemetry_test.go.tmpl" ): {},
37+ path .Join (rootDir , "testdata" , "config.yaml.tmpl" ): {},
38+ path .Join (rootDir , "telemetrytest.go.tmpl" ): {},
39+ path .Join (rootDir , "telemetrytest_test.go.tmpl" ): {},
4140 }
4241 count = 0
4342 )
0 commit comments