Fix broken test

pull/28166/head
Alisdair McDiarmid 5 years ago
parent b9138f4465
commit 46c2dce0fb

@ -933,7 +933,7 @@ func TestPlan_init_required(t *testing.T) {
},
}
args := []string{}
args := []string{"-no-color"}
code := c.Run(args)
output := done(t)
if code != 1 {

Loading…
Cancel
Save