chore: rename test names
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
张泊明518370910136 2024-06-20 05:07:10 -04:00
parent c5d31d9a1a
commit 2f8604f647
GPG Key ID: D47306D7062CDA9D

View File

@ -63,7 +63,7 @@ func readStageResults(t *testing.T, path string) []stage.StageResult {
func TestMain(t *testing.T) { func TestMain(t *testing.T) {
var tests []string var tests []string
root := "../../tmp/submodules/JOJ3-examples" root := "../../tmp/submodules/JOJ3-examples/examples/"
err := filepath.Walk(root, func(path string, info os.FileInfo, err error) error { err := filepath.Walk(root, func(path string, info os.FileInfo, err error) error {
if err != nil { if err != nil {
return err return err