X-Git-Url: https://ruderich.org/simon/gitweb/?p=safcm%2Fsafcm.git;a=blobdiff_plain;f=cmd%2Fsafcm%2Fconfig%2Ftemplates_test.go;fp=cmd%2Fsafcm%2Fconfig%2Ftemplates_test.go;h=3ed9bbfceda47e85d93314daf52342878b4409d5;hp=fd9ecb7570e24491cfdb67b5b247c17f3ff31431;hb=ba1a93368ed95d7160062f60fb8b579bc178d3aa;hpb=8620dac1f9ee7f73058e3e97b488ec0c710a89df diff --git a/cmd/safcm/config/templates_test.go b/cmd/safcm/config/templates_test.go index fd9ecb7..3ed9bbf 100644 --- a/cmd/safcm/config/templates_test.go +++ b/cmd/safcm/config/templates_test.go @@ -30,7 +30,7 @@ func TestLoadTemplates(t *testing.T) { if err != nil { t.Fatal(err) } - defer os.Chdir(cwd) + defer os.Chdir(cwd) //nolint:errcheck err = os.Chdir("../testdata/project") if err != nil {