From 9c98440c5c3070bc5de8415641e59445807cd35b Mon Sep 17 00:00:00 2001 From: Yoshua Wuyts Date: Fri, 31 Oct 2014 20:15:45 +0100 Subject: [PATCH] test/application: fix quotes super minor style thing, but there's not reason not to PR so yeah. haha. --- test/application.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/application.js b/test/application.js index 41b7abc..32bf55f 100644 --- a/test/application.js +++ b/test/application.js @@ -5,7 +5,7 @@ var assert = require('assert'); var http = require('http'); var koa = require('..'); var fs = require('fs'); -var stderr = require("test-console").stderr; +var stderr = require('test-console').stderr; var AssertionError = assert.AssertionError; describe('app', function(){