We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c06e07 commit f2f77ddCopy full SHA for f2f77dd
test/unit/collaborators.test.js
@@ -40,7 +40,7 @@ describe('collaborators', function() {
40
});
41
42
it(
43
- 'should return true if the the collaborator and actor login are equal',
+ 'should return true if the collaborator and actor login are equal',
44
() => {
45
assert.strictEqual(collaborator.isActor(collaborator), true);
46
0 commit comments