Skip to content

Commit

Permalink
Merge pull request koajs#361 from yoshuawuyts/patch-1
Browse files Browse the repository at this point in the history
test/application: fix quotes
  • Loading branch information
hallas committed Nov 2, 2014
2 parents 2592608 + 9c98440 commit 860bea1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/application.js
Original file line number Diff line number Diff line change
Expand Up @@ -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(){
Expand Down

0 comments on commit 860bea1

Please sign in to comment.