Skip to content

Commit 5ebdf53

Browse files
committed
fix: expected result to changes related to specification extensions
1 parent 349a7eb commit 5ebdf53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/bugs.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,14 +107,14 @@ describe('Real Data', () => {
107107
afterDeclarationPaths: [['components', 'schemas', 'DictionaryItem', 'x-entity']],
108108
afterValue: 'DictionaryItem',
109109
action: DiffAction.add,
110-
type: unclassified,
110+
type: annotation,
111111
scope: 'response',
112112
}),
113113
expect.objectContaining({
114114
afterDeclarationPaths: [['components', 'schemas', 'DictionaryItem', 'x-entity']],
115115
afterValue: 'DictionaryItem',
116116
action: DiffAction.add,
117-
type: unclassified,
117+
type: annotation,
118118
scope: 'components',
119119
}),
120120
expect.objectContaining({

0 commit comments

Comments
 (0)