🔧Chore: 清除测试
This commit is contained in:
@@ -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)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user