fix error message
This commit is contained in:
parent
764be03876
commit
771349e58c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue