From 7170ab8ebdacb90878eae0f6c8f0704f1338d127 Mon Sep 17 00:00:00 2001 From: Tony Brix Date: Tue, 23 Apr 2019 09:24:30 -0500 Subject: [PATCH] lint --- spec/uri-handler-registry-spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/uri-handler-registry-spec.js b/spec/uri-handler-registry-spec.js index 7b5e3c3fb..6cdc170a9 100644 --- a/spec/uri-handler-registry-spec.js +++ b/spec/uri-handler-registry-spec.js @@ -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++ }