remove test code

This commit is contained in:
yp05327 2023-07-26 08:31:38 +00:00
parent 86892d458d
commit 66071ac97b
1 changed files with 0 additions and 2 deletions

View File

@ -4,7 +4,6 @@
package models
import (
"fmt"
"os"
"path/filepath"
"testing"
@ -28,7 +27,6 @@ func TestFixtureGeneration(t *testing.T) {
return
}
data := string(util.NormalizeEOL(bytes))
fmt.Println(expected)
assert.True(t, data == expected, "Differences detected for %s.yml", name)
}