Fix broken test

This commit is contained in:
Alisdair McDiarmid 2021-03-22 16:38:56 -04:00
parent b9138f4465
commit 46c2dce0fb
1 changed files with 1 additions and 1 deletions

View File

@ -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 {