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 {