Skip to content

Commit f2f77dd

Browse files
tniessenpriyank-p
authored andcommitted
test: fix typo in unit test description
1 parent 3c06e07 commit f2f77dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/collaborators.test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ describe('collaborators', function() {
4040
});
4141

4242
it(
43-
'should return true if the the collaborator and actor login are equal',
43+
'should return true if the collaborator and actor login are equal',
4444
() => {
4545
assert.strictEqual(collaborator.isActor(collaborator), true);
4646
});

0 commit comments

Comments
 (0)