This commit is contained in:
Tony Brix
2019-04-23 09:24:30 -05:00
parent e0445d7078
commit 7170ab8ebd

View File

@@ -89,7 +89,7 @@ describe('URIHandlerRegistry', () => {
for (const uri of invalidUris) {
try {
await registry.handleURI(uri)
expect(uri).toBe("throwing an error");
expect(uri).toBe('throwing an error')
} catch (ex) {
numErrors++
}