Skip to content

Commit

Permalink
lint fix, PR from pre-standard was merged with passing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Fred K. Schott committed Apr 17, 2017
1 parent a765593 commit 6f286c8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tests/test-options-convenience-method.js
@@ -1,9 +1,9 @@
'use strict'

var server = require('./server')
, request = require('../index')
, tape = require('tape')
, destroyable = require('server-destroy')
var request = require('../index')
var tape = require('tape')
var destroyable = require('server-destroy')

var s = server.createServer()

Expand Down Expand Up @@ -45,8 +45,8 @@ tape('options(object, function)', function (t) {
})
})

tape('cleanup', function(t) {
tape('cleanup', function (t) {
s.destroy(function () {
t.end()
})
})
})

0 comments on commit 6f286c8

Please sign in to comment.