From 92e6f16c98cd8dc9f7ab576143fb8ce3893b6a20 Mon Sep 17 00:00:00 2001 From: John Wilger Date: Sun, 17 Dec 2023 05:48:00 -0800 Subject: [PATCH] Fixes name of test --- test/gpt_agent_test.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,