Skip to content

Commit 5a52afa

Browse files
committed
fix failing author test, not sure why case changed!
1 parent 23f25f9 commit 5a52afa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/manage-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ describe('Managing doc info and sheets', function() {
4242
});
4343

4444
it('should include author metadata', function() {
45-
info.author.name.should.equal('THEOzero');
45+
info.author.name.should.equal('theozero');
4646
info.author.email.should.equal('theozero@gmail.com');
4747
});
4848

0 commit comments

Comments
 (0)