Skip to content

Commit a1d71c6

Browse files
authored
Fix string formatting in error message
Please please please.
1 parent 737033f commit a1d71c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e/samples.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ foldersToTest.forEach((sampleFolder) => {
152152
'Falling back to Raster',
153153
'Attempted to load a 3D Map, but failed.',
154154
'The map is not a vector map',
155-
'Property \'importLibrary\' does not exist on type \'Loader\'',
155+
"Property 'importLibrary' does not exist on type 'Loader'",
156156
];
157157
const criticalErrors = consoleErrors.filter(error =>
158158
!filteredErrorMessages.some(message => error.includes(message))

0 commit comments

Comments
 (0)