command: update test failure to correct message

This commit is contained in:
Mitchell Hashimoto 2017-01-27 21:24:58 -08:00
parent cf46e1c3e0
commit b8c310c61e
No known key found for this signature in database
GPG Key ID: 744E147AA52F5B0A
1 changed files with 1 additions and 1 deletions

View File

@ -575,7 +575,7 @@ func TestPlan_validate(t *testing.T) {
}
actual := ui.ErrorWriter.String()
if !strings.Contains(actual, "can't reference") {
if !strings.Contains(actual, "cannot be computed") {
t.Fatalf("bad: %s", actual)
}
}