Skip to content

Commit

Permalink
Added a space.
Browse files Browse the repository at this point in the history
  • Loading branch information
rlr committed May 6, 2011
1 parent 8d3282b commit 84560fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion media/js/work.js
Expand Up @@ -150,7 +150,7 @@ function handleMessage(msg){
var msg = obj.message;
if(typeof(obj.actual) !== 'undefined' &&
typeof(obj.expected) !== 'undefined') {
msg += '[actual="' + obj.actual + '" | expected="' + obj.expected + '"]';
msg += ' [actual="' + obj.actual + '" | expected="' + obj.expected + '"]';
}
testResults.tests.push({
module: testResults._current_module || '__jstestnet__',
Expand Down

0 comments on commit 84560fc

Please sign in to comment.