1
0
mirror of https://github.com/taigrr/yq synced 2026-03-22 01:52:43 -07: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",
want: ProductName + " version " + Version + "\n",
want: ProductName + " version " + Version + "-" + VersionPrerelease + "\n",
},
}
for _, tt := range tests {