From 32f4e532428eb8143b83c5d3de2f50e193edf95d Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Fri, 5 Apr 2024 01:28:31 +0200 Subject: [PATCH] Remove focus --- agent/agent_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agent/agent_test.go b/agent/agent_test.go index 5423ebb..21d91ee 100644 --- a/agent/agent_test.go +++ b/agent/agent_test.go @@ -186,7 +186,7 @@ var _ = Describe("Agent test", func() { Expect(agent.State().Goal).To(ContainSubstring("guitar"), fmt.Sprint(agent.State())) }) - FIt("it automatically performs things in the background", func() { + It("it automatically performs things in the background", func() { agent, err := New( WithLLMAPIURL(apiModel), WithModel(testModel),