fix lint error
This commit is contained in:
parent
c1512e67d1
commit
c2ae42bd7a
@ -23,8 +23,7 @@ resources:
|
||||
`
|
||||
|
||||
func TestMain(m *testing.M) {
|
||||
var err error
|
||||
err = TempDir.Create()
|
||||
err := TempDir.Create()
|
||||
if err != nil || TempDir == "" {
|
||||
log.Fatal(err)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user