Skip to content

Commit

Permalink
test: fix typo in unit test description
Browse files Browse the repository at this point in the history
  • Loading branch information
tniessen authored and priyank-p committed Jul 13, 2021
1 parent 3c06e07 commit f2f77dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/collaborators.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ describe('collaborators', function() {
});

it(
'should return true if the the collaborator and actor login are equal',
'should return true if the collaborator and actor login are equal',
() => {
assert.strictEqual(collaborator.isActor(collaborator), true);
});
Expand Down

0 comments on commit f2f77dd

Please sign in to comment.