Fix server test

This commit is contained in:
wltsmrz
2014-06-11 21:40:41 -07:00
parent 726b309085
commit 06108ffee3
2 changed files with 2 additions and 2 deletions

View File

@@ -433,7 +433,7 @@ describe('Server', function() {
server._handleClose();
var noOp = (function noOp() {}).toString();
var noOp = (function noOp(){}).toString();
var coverageRE = /__cov_.+;/;