Skip to content

Commit

Permalink
Fixed lint.
Browse files Browse the repository at this point in the history
  • Loading branch information
j-rewerts committed Sep 1, 2019
1 parent 598d2c7 commit 3bb02d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/issue.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ describe('Issue', function() {
it('should update a label', (done) => {
let label = {
color: '789abc',
name: createdLabel
name: createdLabel,
};

expect(createdLabel).to.be.a.string();
Expand Down

0 comments on commit 3bb02d6

Please sign in to comment.