Skip to content
This repository has been archived by the owner on Jul 15, 2024. It is now read-only.

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
rppld committed Jan 29, 2024
1 parent 114e356 commit 8c52a30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ describe("Handlers", () => {

describe("Utils", () => {
test("getCrowdinBranchName()", () => {
expect(getCrowdinBranchName("master")).toBe("master");
expect(getCrowdinBranchName("main")).toBe("main");
expect(getCrowdinBranchName("branch-name")).toBe("branch-name");
expect(getCrowdinBranchName("feature/branch-name")).toBe(
"feature-branch-name"
Expand Down

0 comments on commit 8c52a30

Please sign in to comment.