test/application: fix quotes

super minor style thing, but there's not reason not to PR so yeah. haha.
master
Yoshua Wuyts 2014-10-31 20:15:45 +01:00
parent 2592608468
commit 9c98440c5c
1 changed files with 1 additions and 1 deletions

View File

@ -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(){