Skip to content

Commit

Permalink
Merge pull request #15 from doggy8088/Fix_Testing_Code_Initialize_Model
Browse files Browse the repository at this point in the history
Fix a bug in Initialize_Model() test
  • Loading branch information
jochenkirstaetter authored Mar 27, 2024
2 parents 22a5ab0 + b298b6d commit fbf4fea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/Mscc.GenerativeAI/GoogleAi_Embedding_Should.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ public GoogleAi_Embedding_Should(ITestOutputHelper output, ConfigurationFixture
public void Initialize_Model()
{
// Arrange
var expected = Model.Embedding;
var expected = Model.Embedding.SanitizeModelName();

// Act
var model = new GenerativeModel(apiKey: fixture.ApiKey, model: this.model);

Expand Down

0 comments on commit fbf4fea

Please sign in to comment.