Updating the error message

This commit is contained in:
tombuildsstuff 2017-04-10 12:28:17 +01:00
parent d9eec24e6b
commit 02ed0e4b09
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ func init() {
func TestProvider(t *testing.T) {
if err := Provider().(*schema.Provider).InternalValidate(); err != nil {
t.Fatalf("err: %s", err)
t.Fatalf("Error creating Provider: %s", err)
}
}