Skip to content

Commit 3bb02d6

Browse files
committed
Fixed lint.
1 parent 598d2c7 commit 3bb02d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/issue.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ describe('Issue', function() {
241241
it('should update a label', (done) => {
242242
let label = {
243243
color: '789abc',
244-
name: createdLabel
244+
name: createdLabel,
245245
};
246246

247247
expect(createdLabel).to.be.a.string();

0 commit comments

Comments
 (0)