Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
hampus-andersson-op committed Apr 18, 2024
1 parent 10d5fca commit d164b63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/branchprotection.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ describe('BranchProtectionService', () => {
});

await BranchProtectionService.getStateOfBranchProtection();
expect(warningStub.called).to.be.true;
expect(warningStub.called).to.be.false;
expect(exportVariableStub.calledWith('numberOfReviewers', 0)).to.be.true;
});
});

0 comments on commit d164b63

Please sign in to comment.