Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
selfcontained committed Nov 8, 2023
1 parent 1a608c3 commit 3783994
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -705,7 +705,7 @@ describe("PublicAPIConverter", () => {
expect(converter.toBranchMatchingStrategy("matched-branches")).to.equal(
BranchMatchingStrategy.MATCHED_BRANCHES,
);
expect(converter.toBranchMatchingStrategy(undefined)).to.be.undefined;
expect(converter.toBranchMatchingStrategy(undefined)).to.equal(BranchMatchingStrategy.DEFAULT_BRANCH);
});
});

Expand Down

0 comments on commit 3783994

Please sign in to comment.