Skip to content

Commit

Permalink
Fixes name of test
Browse files Browse the repository at this point in the history
  • Loading branch information
jwilger committed Dec 17, 2023
1 parent ea53850 commit 92e6f16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/gpt_agent_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 92e6f16

Please sign in to comment.