Skip to content
This repository was archived by the owner on Nov 14, 2020. It is now read-only.

Commit 8f72562

Browse files
committed
bug fix for delete branch test case
1 parent 881792b commit 8f72562

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/git-tests/gitBranchDeleteApi.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ const testBranch = "JEST_TEST_BRANCH";
88
describe("test module for - gitBranchDeleteApi", () => {
99
test("positive test case for gitBranchDeleteApi", async () => {
1010
const repoId = await getSelectedRepoId();
11-
const setBranchStatus = await gitSetBranchApi(repoId, "master");
1211
const addBranchStatus = await gitAddBranchApi(repoId, testBranch);
12+
const setBranchStatus = await gitSetBranchApi(repoId, "master");
1313

1414
const deleteBranchResult = await gitDeleteBranchApi(
1515
repoId,

0 commit comments

Comments
 (0)