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 15, 2012
1 parent 2142681 commit 757b207
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/gcs-commands.test.js
Expand Up @@ -200,8 +200,8 @@ suite('gcs-describe-domain', function() {
'\n' +
'Fields:\n' +
'=======\n' +
ageField.summary\n' +
nameField.summary\n' +
ageField.summary + '\n' +
nameField.summary +'\n' +
'======================\n' });

done();
Expand Down

0 comments on commit 757b207

Please sign in to comment.