Skip to content

Commit

Permalink
test commit
Browse files Browse the repository at this point in the history
  • Loading branch information
brendankenny committed Oct 1, 2016
1 parent 2a9251c commit 541c94f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lighthouse-core/test/gather/gatherers/https-test.js
Expand Up @@ -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();
Expand Down

0 comments on commit 541c94f

Please sign in to comment.