fix lint error
Some checks failed
Lint / golangci-lint (push) Failing after 10m47s
Declarative Tests / test (push) Failing after 32s

This commit is contained in:
Matthew Rich 2024-10-04 00:12:31 +00:00
parent c1512e67d1
commit c2ae42bd7a

View File

@ -23,8 +23,7 @@ resources:
` `
func TestMain(m *testing.M) { func TestMain(m *testing.M) {
var err error err := TempDir.Create()
err = TempDir.Create()
if err != nil || TempDir == "" { if err != nil || TempDir == "" {
log.Fatal(err) log.Fatal(err)
} }