From 2f8604f647f1f6280e5a5d951dd166047b274f4c Mon Sep 17 00:00:00 2001 From: Boming Zhang Date: Thu, 20 Jun 2024 05:07:10 -0400 Subject: [PATCH] chore: rename test names --- cmd/joj3/main_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/joj3/main_test.go b/cmd/joj3/main_test.go index 22cbb78..0f35e6b 100644 --- a/cmd/joj3/main_test.go +++ b/cmd/joj3/main_test.go @@ -63,7 +63,7 @@ func readStageResults(t *testing.T, path string) []stage.StageResult { func TestMain(t *testing.T) { 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 { if err != nil { return err