diff --git a/packages/bruno-converters/tests/openapi/openapi-to-bruno/openapi-to-bruno.spec.js b/packages/bruno-converters/tests/openapi/openapi-to-bruno/openapi-to-bruno.spec.js index f690431f5..6cffe78f6 100644 --- a/packages/bruno-converters/tests/openapi/openapi-to-bruno/openapi-to-bruno.spec.js +++ b/packages/bruno-converters/tests/openapi/openapi-to-bruno/openapi-to-bruno.spec.js @@ -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: