Skip to content

Commit 46d69fb

Browse files
committed
feat: adjust test values for already existing test.
`bundle` has no notion of `excludedPathMatcher`
1 parent e692ae7 commit 46d69fb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/lib/index.spec.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ describe('[integration testing] bundler should ', () => {
209209
},
210210
messages: [
211211
{
212-
$ref: '#/channels/lightTurnOn/messages/turnOn',
212+
$ref: '#/components/messages/turnOnOff',
213213
},
214214
],
215215
},
@@ -220,7 +220,7 @@ describe('[integration testing] bundler should ', () => {
220220
},
221221
messages: [
222222
{
223-
$ref: '#/channels/lightTurnOff/messages/turnOff',
223+
$ref: '#/components/messages/turnOnOff',
224224
},
225225
],
226226
},
@@ -233,7 +233,7 @@ describe('[integration testing] bundler should ', () => {
233233
'Inform about environmental lighting conditions of a particular streetlight.',
234234
messages: [
235235
{
236-
$ref: '#/channels/lightingMeasured/messages/lightMeasured',
236+
$ref: '#/components/messages/lightMeasured',
237237
},
238238
],
239239
},

0 commit comments

Comments
 (0)