Skip to content

Commit

Permalink
Merge pull request #136 from CrowdStrike/remove_master
Browse files Browse the repository at this point in the history
chore: remove master reference
  • Loading branch information
kellyselden committed Nov 9, 2023
2 parents e1a4c97 + 9eb1b49 commit ad1cddd
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 @@ -31,7 +31,7 @@ describe(function() {
await execa('git', ['commit', '-m', 'chore: add commitlint.config.js'], { cwd: tmpPath });
});

describe('master branch', function() {
describe('default branch', function() {
it('fails when no good commits on branch', async function() {
await execa('git', ['branch', 'foo'], { cwd: tmpPath });
await execa('git', ['checkout', 'foo'], { cwd: tmpPath });
Expand Down

0 comments on commit ad1cddd

Please sign in to comment.