Skip to content

Commit 7e84753

Browse files
committed
fix: test name
1 parent ea296ac commit 7e84753

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/bugs.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -343,13 +343,13 @@ describe('Operation Bugs', () => {
343343
expect(editor.builder.operationList.every(operation => operation.apiKind === API_KIND.NO_BWC)).toBeTruthy()
344344
})
345345

346-
test('should correct calculate operationId with empty servers', async () => {
346+
test('should correctly calculate operationId for servers with incorrect URL', async () => {
347347
const editor = await Editor.openProject('bugs', bugsPackage)
348348

349349
const result = await editor.run({
350350
version: 'v1',
351351
files: [
352-
{ fileId: 'should-correct-calculate-operation-id-with-empty-servers.yaml', publish: true },
352+
{ fileId: 'should-correctly-calculate-operation-id-for-servers-with-incorrect-url.yaml', publish: true },
353353
],
354354
})
355355

0 commit comments

Comments
 (0)