From 895d2ddf47941a945fa3c0575538e2287a471e75 Mon Sep 17 00:00:00 2001 From: sanjai0py Date: Wed, 2 Jul 2025 15:12:29 +0530 Subject: [PATCH] fix: update test description for default collection name handling --- .../tests/openapi/openapi-to-bruno/openapi-to-bruno.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: