1
0
mirror of https://github.com/taigrr/yq synced 2025-01-18 04:53:17 -08:00

fixed version test

This commit is contained in:
Mike Farah 2018-06-13 10:00:01 +10:00
parent 9e971ebeae
commit be08214773

View File

@ -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 {