Skip to content

Commit 3aa5c81

Browse files
committed
fix: expected result for test according to TODO
1 parent 0cbf0e1 commit 3aa5c81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/openapi.pathAndMethodMapping.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ describe('Path and method mapping', () => {
8282
beforeDeclarationPaths: [['paths', '//path1/']],
8383
afterDeclarationPaths: [['paths', '/path1']],
8484
action: DiffAction.rename,
85-
type: breaking, // todo should be annotation
85+
type: annotation,
8686
})
8787
]))
8888
})

0 commit comments

Comments
 (0)