Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
jamoor-moj authored Feb 21, 2024
1 parent fb36983 commit bbaae7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/github.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ describe('github', function() {
expect(actual).to.deep.equal(expected);
});

it('fetch current reviewers - team only', async function() {
it('fetches current reviewers - team only', async function() {
stub.returns({
data: {
users: [ ],
Expand All @@ -164,7 +164,7 @@ describe('github', function() {
expect(actual).to.deep.equal(expected);
});

it('fetch current reviewers - combined users and teams', async function() {
it('fetches current reviewers - combined users and teams', async function() {
stub.returns({
data: {
users: [
Expand Down

0 comments on commit bbaae7a

Please sign in to comment.