Navigation Menu

Skip to content

Commit

Permalink
Fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Aug 6, 2012
1 parent 5174983 commit 7498cdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/cs-commands.test.js
Expand Up @@ -458,7 +458,7 @@ suite('cs-index-documents', function() {
'age\n' +
'name\n' +
'product\n' +
'===========================================\n',
'===========================================\n' },
result.output.stderr);
done();
})
Expand Down

0 comments on commit 7498cdb

Please sign in to comment.