mirror of
https://github.com/taigrr/yq
synced 2026-03-22 04:12:37 -07:00
fixed version test
This commit is contained in:
@@ -9,7 +9,7 @@ func TestGetVersionDisplay(t *testing.T) {
|
||||
}{
|
||||
{
|
||||
name: "Display Version",
|
||||
want: ProductName + " version " + Version + "\n",
|
||||
want: ProductName + " version " + Version + "-" + VersionPrerelease + "\n",
|
||||
},
|
||||
}
|
||||
for _, tt := range tests {
|
||||
|
||||
Reference in New Issue
Block a user