🔧Chore: 清除测试

This commit is contained in:
2026-03-28 20:01:22 +08:00
parent 45c668e970
commit dd8cd97cc5
+1 -12
View File
@@ -28,17 +28,6 @@ func TestGuodegang(t *testing.T) {
t.Log(output)
}
func TestMermaid(t *testing.T) {
definedMermaid, err := outputparser.NewDefined(Mermaid{})
if err != nil {
t.Fatalf("%v", err)
}
output := definedMermaid.GetFormatInstructions()
t.Log(output)
}
func TestQuiz(t *testing.T) {
definedQuiz, err := outputparser.NewDefined(Quiz{})
@@ -59,4 +48,4 @@ func TestScenario(t *testing.T) {
output := definedScenario.GetFormatInstructions()
t.Log(output)
}
}