We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e2e918 commit 5d08f1cCopy full SHA for 5d08f1c
2 files changed
cmd/root_test.go
@@ -130,7 +130,6 @@ func TestExecuteContext(t *testing.T) {
130
}
131
132
133
-// FYI: do not try to run this test in vscode using the run/debug test inline test helper; as the assertions in this test will fail in that context
134
func TestVersionFlags(t *testing.T) {
135
ctx := slackcontext.MockContext(t.Context())
136
internal/pkg/version/version.go
@@ -24,7 +24,7 @@ import (
24
const EnvTestVersion = "SLACK_TEST_VERSION"
25
26
// Version is set with `git describe` at build time in the Makefile
27
-var Version = "dev"
+var Version = "v0.0.0-dev"
28
29
// init attempts to update Version from an env var for testing purposes
30
func init() {
0 commit comments