Skip to content

Commit 295a16d

Browse files
committed
update editLabel test
Signed-off-by: brandon feldkamp <brandon.feldkamp@gmail.com>
1 parent 11e74f5 commit 295a16d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/issue.spec.js

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

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

0 commit comments

Comments
 (0)