Skip to content

Commit

Permalink
refactor: fix typo in index.test.js
Browse files Browse the repository at this point in the history
  • Loading branch information
mancarv committed Mar 26, 2021
1 parent 7a1c106 commit 5cdafca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ describe('index', function() {
expect(github.assign_reviewers.lastCall.args[0]).to.have.members([ 'mario', 'princess-peach' ]);
});

it('requests reivew based on groups that authoer belongs to', async function() {
it('requests review based on groups that author belongs to', async function() {
const config = {
reviewers: {
defaults: [ 'dr-mario' ],
Expand Down

0 comments on commit 5cdafca

Please sign in to comment.