We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b4fd8e commit acfd82bCopy full SHA for acfd82b
test/changes.test.ts
@@ -142,7 +142,7 @@ describe('Changes test', () => {
142
test('move-prefix-from-server-to-path', async () => {
143
const result = await buildChangelogPackage('changelog/move-prefix-from-server-to-path')
144
145
- expect(result).toEqual(changesSummaryMatcher({ [ANNOTATION_CHANGE_TYPE]: 1 }))
+ expect(result).toEqual(changesSummaryMatcher({ [ANNOTATION_CHANGE_TYPE]: 2 }))
146
expect(result).toEqual(numberOfImpactedOperationsMatcher({ [ANNOTATION_CHANGE_TYPE]: 1 }))
147
})
148
0 commit comments