diff --git a/test/gpt_agent_test.exs b/test/gpt_agent_test.exs index f1b7685..de76a38 100644 --- a/test/gpt_agent_test.exs +++ b/test/gpt_agent_test.exs @@ -254,7 +254,7 @@ defmodule GptAgentTest do assert is_binary(run_id) end - test "when the run is finished, sends the RunFinished event to the callback handler", %{ + test "when the run is completed, sends the RunCompleted event to the callback handler", %{ bypass: bypass, assistant_id: assistant_id, thread_id: thread_id,