We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3165b2 commit 80fc46bCopy full SHA for 80fc46b
1 file changed
engine/pkg/util/branching/branching_test.go
@@ -6,6 +6,10 @@ import (
6
"github.com/stretchr/testify/assert"
7
)
8
9
+func TestDefaultBranch(t *testing.T) {
10
+ assert.Equal(t, "main", DefaultBranch, "default branch must be main")
11
+}
12
+
13
func TestParsingBranchNameFromSnapshot(t *testing.T) {
14
const poolName = "pool/pg17"
15
0 commit comments