Skip to content

Commit 016b08d

Browse files
committed
fb
1 parent 982d239 commit 016b08d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Chat/ChatTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1352,7 +1352,7 @@ public async Task GetChatCompletionsWithModelFiltering()
13521352
{
13531353
count++;
13541354
Assert.That(fetchedCompletion.Id, Is.Not.Null.And.Not.Empty);
1355-
// Note: The actual model filtering behavior depends on the service implementation
1355+
Assert.That(fetchedCompletion.Model, Is.EqualTo(filterOptions.Model));
13561356
if (count >= 5) break; // Limit results for test performance
13571357
}
13581358

0 commit comments

Comments
 (0)