Skip to content

Commit

Permalink
add test case for username in different case
Browse files Browse the repository at this point in the history
  • Loading branch information
Alshie committed Sep 10, 2015
1 parent 3510e35 commit d82e07f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions spec/lintIssues.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,15 @@ describe('lintIssues', function () {
labels: [],
title: 'This issue has no comments',
html_url: 'This is a URL'
},
{
user: {
login: 'joeBLOGGS'
},
comments: 0,
labels: [],
title: 'This issue has no comments',
html_url: 'This is a URL'
}
];

Expand Down

0 comments on commit d82e07f

Please sign in to comment.