Skip to content

Commit

Permalink
fix failing author test, not sure why case changed!
Browse files Browse the repository at this point in the history
  • Loading branch information
theoephraim committed May 10, 2016
1 parent 23f25f9 commit 5a52afa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/manage-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ describe('Managing doc info and sheets', function() {
});

it('should include author metadata', function() {
info.author.name.should.equal('THEOzero');
info.author.name.should.equal('theozero');
info.author.email.should.equal('theozero@gmail.com');
});

Expand Down

0 comments on commit 5a52afa

Please sign in to comment.