Skip to content

Commit d85cfea

Browse files
bh7cwopenshift-merge-robot
authored andcommitted
mantle: clean up cosa
This cleans up cosa/schema_test.go. Fixes part of #1813
1 parent b3da579 commit d85cfea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mantle/cosa/schema_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ func TestSchema(t *testing.T) {
2727
t.Errorf("failed to read %s: %v", df, err)
2828
}
2929
if b == nil {
30-
t.Errorf("failed to render build")
30+
t.Fatalf("failed to render build")
3131
}
3232

3333
// Render it invalid

0 commit comments

Comments
 (0)