Skip to content

Commit a635251

Browse files
committed
Rename test to match actual assertion in Gemini provider test
The test "client is configured with Gemini base_url" only asserts the client type, not the base_url. Renamed to "client returns OpenAI::Client instance" to accurately reflect what it tests.
1 parent a30d62e commit a635251

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/providers/gemini/gemini_provider_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ class GeminiProviderTest < ActiveSupport::TestCase
5757
assert ActiveAgent::Providers::GeminiProvider < ActiveAgent::Providers::OpenAI::ChatProvider
5858
end
5959

60-
test "client is configured with Gemini base_url" do
60+
test "client returns OpenAI::Client instance" do
6161
provider = ActiveAgent::Providers::GeminiProvider.new(@valid_config)
6262
client = provider.client
6363

0 commit comments

Comments
 (0)