terraform: address go vet

This commit is contained in:
Mitchell Hashimoto 2016-11-08 14:04:57 -08:00
parent bcc67fd135
commit 838fe2af9b
No known key found for this signature in database
GPG Key ID: 744E147AA52F5B0A
1 changed files with 1 additions and 1 deletions

View File

@ -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())
}
}