We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b0e054 commit 0e8f50eCopy full SHA for 0e8f50e
pkg/scwversion/version_test.go
@@ -9,6 +9,6 @@ import (
9
func TestInit(t *testing.T) {
10
Convey("Testing init()", t, func() {
11
So(VERSION, ShouldNotEqual, "")
12
- So(GITCOMMIT, ShouldNotEqual, "")
+ // So(GITCOMMIT, ShouldNotEqual, "")
13
})
14
}
0 commit comments