Skip to content

Commit 7d03e96

Browse files
committed
fixup: test
1 parent 61ca0cf commit 7d03e96

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/build/src/homebrew/publish-to-homebrew.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ describe('HomebrewPublisher', function () {
8989
'mongosh 1.0.0',
9090
sinon.match.string,
9191
'mongodb-js:new-branch',
92-
'master'
92+
'main'
9393
)
9494
.resolves({ prNumber: 42, url: 'url' });
9595

@@ -167,7 +167,7 @@ describe('HomebrewPublisher', function () {
167167
'mongosh 1.0.0',
168168
sinon.match.string,
169169
'mongodb-js:new-branch',
170-
'master'
170+
'main'
171171
)
172172
.resolves({ prNumber: 42, url: 'url' });
173173

0 commit comments

Comments
 (0)