We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba0448e commit de168d4Copy full SHA for de168d4
core/build_info_test.go
@@ -37,7 +37,7 @@ func Test_CheckVersion(t *testing.T) {
37
t.Helper()
38
assert.Equal(
39
t,
40
- "A new version of scw is available (2.5.4), beware that you are currently running 1.20.0\n",
+ "A new version of scw is available (2.42.0), beware that you are currently running 1.20.0\n",
41
ctx.LogBuffer,
42
)
43
},
@@ -104,7 +104,7 @@ func Test_CheckVersion(t *testing.T) {
104
assert.Contains(
105
106
107
- "A new version of scw is available (2.5.4), beware that you are currently running 1.0.0\n",
+ "A new version of scw is available (2.42.0), beware that you are currently running 1.0.0\n",
108
109
110
),
0 commit comments