Skip to content

Commit

Permalink
fix incorrect test stub
Browse files Browse the repository at this point in the history
  • Loading branch information
ajaynomics committed Feb 28, 2024
1 parent f8b4941 commit 7b6fff4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/cloudflare/ai/clients/text_classification_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def test_uses_default_model_if_not_provided
private

def default_model_name
Cloudflare::AI::Models.text_embedding.first
Cloudflare::AI::Models.text_classification.first
end
end
end

0 comments on commit 7b6fff4

Please sign in to comment.