This commit is contained in:
Leonard Gram 2018-11-19 20:21:06 +01:00
parent 7e2298ce31
commit 1a554e2421

View File

@ -193,8 +193,6 @@ func TestFilterBuildArtifacts(t *testing.T) {
{os: "foobar", arch: "amd64"},
})
if err == nil {
t.Errorf("Expected an error as a we tried to filter on a nonexiststant os.")
}