Skip to content

Commit de168d4

Browse files
committed
update expected Test_CheckVersion
1 parent ba0448e commit de168d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/build_info_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ func Test_CheckVersion(t *testing.T) {
3737
t.Helper()
3838
assert.Equal(
3939
t,
40-
"A new version of scw is available (2.5.4), beware that you are currently running 1.20.0\n",
40+
"A new version of scw is available (2.42.0), beware that you are currently running 1.20.0\n",
4141
ctx.LogBuffer,
4242
)
4343
},
@@ -104,7 +104,7 @@ func Test_CheckVersion(t *testing.T) {
104104
assert.Contains(
105105
t,
106106
ctx.LogBuffer,
107-
"A new version of scw is available (2.5.4), beware that you are currently running 1.0.0\n",
107+
"A new version of scw is available (2.42.0), beware that you are currently running 1.0.0\n",
108108
)
109109
},
110110
),

0 commit comments

Comments
 (0)