From fb741ee39d0843e62babc35b27752e9d617d0752 Mon Sep 17 00:00:00 2001 From: Kevin Schaaf Date: Mon, 2 Apr 2018 14:40:54 -0700 Subject: [PATCH] Fix lint warning --- test/unit/resolveurl.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/unit/resolveurl.html b/test/unit/resolveurl.html index 53c3cb672d..0502bb4710 100644 --- a/test/unit/resolveurl.html +++ b/test/unit/resolveurl.html @@ -78,7 +78,7 @@ assert.equal(el.$.absolute.getAttribute('href'), '/foo.z', 'absolute urls should not be resolved'); assert.equal(el.$.protocol.getAttribute('href'), 'data:foo.z', 'urls with other protocols should not be resolved'); document.body.removeChild(el); - } + }; test('Urls in styles and attributes', testStylesAndAttributes('p-r', 'sub'));