test: trivial refinements
[e-mobility-charging-stations-simulator.git] / tests / utils / ConfigurationUtils.test.ts
index e8bcf8e2b1fd057e0029ee324eae5523bf2d8651..f613ac8f4f05f2282463cc9b3c3b271c74c5cf2e 100644 (file)
@@ -10,7 +10,7 @@ await describe('ConfigurationUtils test suite', async () => {
     const error = new Error()
     error.code = 'ENOENT'
     expect(() => {
-      handleFileException('path/to/module.js', FileType.Authorization, error, 'log prefix')
+      handleFileException('path/to/module.js', FileType.Authorization, error, 'log prefix |')
     }).toThrow(error)
   })
 })