Skip to content

Commit acfd82b

Browse files
committed
test: path change due to moving a prefix from server.url to path classified as annotation
1 parent 8b4fd8e commit acfd82b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/changes.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ describe('Changes test', () => {
142142
test('move-prefix-from-server-to-path', async () => {
143143
const result = await buildChangelogPackage('changelog/move-prefix-from-server-to-path')
144144

145-
expect(result).toEqual(changesSummaryMatcher({ [ANNOTATION_CHANGE_TYPE]: 1 }))
145+
expect(result).toEqual(changesSummaryMatcher({ [ANNOTATION_CHANGE_TYPE]: 2 }))
146146
expect(result).toEqual(numberOfImpactedOperationsMatcher({ [ANNOTATION_CHANGE_TYPE]: 1 }))
147147
})
148148
})

0 commit comments

Comments
 (0)