From 541c94fe9de4322b3ed503680d36ded3ae452aa5 Mon Sep 17 00:00:00 2001 From: Brendan Kenny Date: Sat, 1 Oct 2016 14:30:49 -0700 Subject: [PATCH] test commit --- lighthouse-core/test/gather/gatherers/https-test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lighthouse-core/test/gather/gatherers/https-test.js b/lighthouse-core/test/gather/gatherers/https-test.js index 4c7b68989082..5668a4d58bcc 100644 --- a/lighthouse-core/test/gather/gatherers/https-test.js +++ b/lighthouse-core/test/gather/gatherers/https-test.js @@ -21,7 +21,7 @@ const HTTPSGather = require('../../../gather/gatherers/https'); const assert = require('assert'); let httpsGather; -describe.only('HTTPS gatherer', () => { +describe('HTTPS gatherer', () => { // Reset the Gatherer before each test. beforeEach(() => { httpsGather = new HTTPSGather();