fix: update test description for default collection name handling

This commit is contained in:
sanjai0py
2025-07-02 15:12:29 +05:30
parent a6a50f42a3
commit 895d2ddf47

View File

@@ -29,7 +29,7 @@ servers:
expect(result.name).toBe('My API');
});
it('defaults to Untitled Collection if info.title is an empty string or only whitespace', () => {
it('defaults to Untitled Collection if info.title is only whitespace', () => {
const openApiWithTitle = `
openapi: '3.0.0'
info: