mirror of
https://github.com/taigrr/yq
synced 2025-01-18 04:53:17 -08:00
fixed version test
This commit is contained in:
parent
9e971ebeae
commit
be08214773
@ -9,7 +9,7 @@ func TestGetVersionDisplay(t *testing.T) {
|
|||||||
}{
|
}{
|
||||||
{
|
{
|
||||||
name: "Display Version",
|
name: "Display Version",
|
||||||
want: ProductName + " version " + Version + "\n",
|
want: ProductName + " version " + Version + "-" + VersionPrerelease + "\n",
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
for _, tt := range tests {
|
for _, tt := range tests {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user