test/application: fix quotes
super minor style thing, but there's not reason not to PR so yeah. haha.
This commit is contained in:
parent
2592608468
commit
9c98440c5c
1 changed files with 1 additions and 1 deletions
|
@ -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(){
|
||||
|
|
Loading…
Reference in a new issue