didn't mean for this error message to get changed

pull/5573/head
Megan Marsh 9 years ago
parent 0d18de2942
commit 764be03876

@ -84,7 +84,7 @@ func TestNewConfig_sourcePath(t *testing.T) {
t.Fatalf("bad: %#v", warns)
}
if err == nil {
t.Fatal("Nonexistent source file should be caught in validation")
t.Fatal("should error")
}
// Good

Loading…
Cancel
Save