adapt test

This commit is contained in:
Ettore Di Giacinto
2024-04-05 01:24:28 +02:00
parent 652cef288d
commit 9e8b1dab84

View File

@@ -237,10 +237,6 @@ var _ = Describe("Agent test", func() {
fmt.Println(agent.State())
return agent.State().String()
}, "10m", "10s").Should(ContainSubstring("store"), fmt.Sprint(agent.State()))
Eventually(func() string {
fmt.Println(agent.State())
return agent.State().String()
}, "10m", "10s").Should(ContainSubstring("inform"), fmt.Sprint(agent.State()))
// result := agent.Ask(
// WithText("Update your goals such as you want to learn to play the guitar"),