fix version test [CI SKIP]
This commit is contained in:
parent
4004cb6008
commit
0282600685
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ package version
|
|||
import "testing"
|
||||
|
||||
func TestVersion(t *testing.T) {
|
||||
if got, want := Version.String(), "1.0.0"; got != want {
|
||||
if got, want := Version.String(), "1.0.1"; got != want {
|
||||
t.Errorf("Want version %s, got %s", want, got)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue