terraform: address go vet

pull/9973/head
Mitchell Hashimoto 10 years ago
parent bcc67fd135
commit 838fe2af9b
No known key found for this signature in database
GPG Key ID: 744E147AA52F5B0A

@ -16,7 +16,7 @@ func TestConfigTransformer_nilModule(t *testing.T) {
}
if len(g.Vertices()) > 0 {
t.Fatalf("graph is not empty: %s", g)
t.Fatalf("graph is not empty: %s", g.String())
}
}

Loading…
Cancel
Save