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),