@@ -52,7 +52,7 @@ describe("Error structure", () => {
5252 expect ( result . error ?. reason ) . toContain ( "A URI Resolver returned an error." ) ;
5353 expect (
5454 result . error ?. uri . endsWith (
55- "packages/test-cases/cases/ wrappers/subinvoke/00-subinvoke/implementations/as-not-found"
55+ "packages/test-cases/wrappers/subinvoke/00-subinvoke/implementations/as-not-found"
5656 )
5757 ) . toBeTruthy ( ) ;
5858 expect ( result . error ?. resolutionStack ) . toBeTruthy ( ) ;
@@ -75,7 +75,7 @@ describe("Error structure", () => {
7575 expect ( result . error ?. reason ) . toContain ( "SubInvocation exception encountered" ) ;
7676 expect (
7777 result . error ?. uri . endsWith (
78- "packages/test-cases/cases/ wrappers/subinvoke/02-consumer/implementations/as"
78+ "packages/test-cases/wrappers/subinvoke/02-consumer/implementations/as"
7979 )
8080 ) . toBeTruthy ( ) ;
8181 expect ( result . error ?. method ) . toEqual ( "throwError" ) ;
@@ -116,7 +116,7 @@ describe("Error structure", () => {
116116 expect ( result . error ?. reason . startsWith ( "__wrap_abort:" ) ) . toBeTruthy ( ) ;
117117 expect (
118118 result . error ?. uri . endsWith (
119- "packages/test-cases/cases/ wrappers/subinvoke/00-subinvoke/implementations/as"
119+ "packages/test-cases/wrappers/subinvoke/00-subinvoke/implementations/as"
120120 )
121121 ) . toBeTruthy ( ) ;
122122 expect ( result . error ?. method ) . toEqual ( "add" ) ;
@@ -145,7 +145,7 @@ describe("Error structure", () => {
145145 ) . toBeTruthy ( ) ;
146146 expect (
147147 result . error ?. uri . endsWith (
148- "packages/test-cases/cases/ wrappers/subinvoke/00-subinvoke/implementations/as"
148+ "packages/test-cases/wrappers/subinvoke/00-subinvoke/implementations/as"
149149 )
150150 ) . toBeTruthy ( ) ;
151151 expect ( result . error ?. method ) . toEqual ( "notExistingMethod" ) ;
@@ -188,7 +188,7 @@ describe("Error structure", () => {
188188 ) . toBeTruthy ( ) ;
189189 expect (
190190 result . error ?. uri . endsWith (
191- "packages/test-cases/cases/ wrappers/subinvoke/02-consumer/implementations/as"
191+ "packages/test-cases/wrappers/subinvoke/02-consumer/implementations/as"
192192 )
193193 ) . toBeTruthy ( ) ;
194194 expect ( result . error ?. method ) . toEqual ( "throwError" ) ;
@@ -315,7 +315,7 @@ describe("Error structure", () => {
315315 expect ( result . error ?. reason . startsWith ( "__wrap_abort:" ) ) . toBeTruthy ( ) ;
316316 expect (
317317 result . error ?. uri . endsWith (
318- "packages/test-cases/cases/ wrappers/subinvoke/00-subinvoke/implementations/rs"
318+ "packages/test-cases/wrappers/subinvoke/00-subinvoke/implementations/rs"
319319 )
320320 ) . toBeTruthy ( ) ;
321321 expect ( result . error ?. method ) . toEqual ( "add" ) ;
@@ -344,7 +344,7 @@ describe("Error structure", () => {
344344 ) . toBeTruthy ( ) ;
345345 expect (
346346 result . error ?. uri . endsWith (
347- "packages/test-cases/cases/ wrappers/subinvoke/00-subinvoke/implementations/rs"
347+ "packages/test-cases/wrappers/subinvoke/00-subinvoke/implementations/rs"
348348 )
349349 ) . toBeTruthy ( ) ;
350350 expect ( result . error ?. method ) . toEqual ( "notExistingMethod" ) ;
@@ -387,7 +387,7 @@ describe("Error structure", () => {
387387 ) . toBeTruthy ( ) ;
388388 expect (
389389 result . error ?. uri . endsWith (
390- "packages/test-cases/cases/ wrappers/subinvoke/02-consumer/implementations/rs"
390+ "packages/test-cases/wrappers/subinvoke/02-consumer/implementations/rs"
391391 )
392392 ) . toBeTruthy ( ) ;
393393 expect ( result . error ?. method ) . toEqual ( "throwError" ) ;
0 commit comments