fix error message

This commit is contained in:
Megan Marsh 2017-11-13 12:52:47 -08:00
parent 764be03876
commit 771349e58c
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ func TestNewConfig_sourcePath(t *testing.T) {
t.Fatalf("bad: %#v", warns)
}
if err == nil {
t.Fatalf("bad: %s", err)
t.Fatalf("Nonexistant file should throw a validation error!")
}
// Bad