Skip to content

Commit 3b5b496

Browse files
authored
modify test comment
1 parent 2db4caa commit 3b5b496

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/model.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ describe('collectModelTable', () => {
126126
expect(result['grok-beta@xai'].available).toBe(false);
127127
});
128128

129-
test('should exclude all models except OpenAI when custom is "-all, +*openai"', () => {
129+
test('All models except OpenAI should be excluded, and additional models should be added when customized as "-all, +*openai,gpt-4o@azure"', () => {
130130
const customModels = '-all, +*openai,gpt-4o@azure';
131131
const result = collectModelTable(mockModels, customModels);
132132

0 commit comments

Comments
 (0)