Skip to content

Commit

Permalink
modify test comment
Browse files Browse the repository at this point in the history
  • Loading branch information
QAbot-zh authored Dec 28, 2024
1 parent 2db4caa commit 3b5b496
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/model.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ describe('collectModelTable', () => {
expect(result['grok-beta@xai'].available).toBe(false);
});

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

Expand Down

0 comments on commit 3b5b496

Please sign in to comment.