mirror of
https://github.com/gohugoio/hugo.git
synced 2025-03-20 00:03:06 +00:00
tpl: Fix spelling in test
This commit is contained in:
parent
7665dd239e
commit
174f97a9dd
1 changed files with 2 additions and 2 deletions
|
@ -690,8 +690,8 @@ func TestImageConfig(t *testing.T) {
|
||||||
t.Error("Expected error from imageConfig when passed invalid path")
|
t.Error("Expected error from imageConfig when passed invalid path")
|
||||||
}
|
}
|
||||||
|
|
||||||
if _, err := imageConfig("non-existant.png"); err == nil {
|
if _, err := imageConfig("non-existent.png"); err == nil {
|
||||||
t.Error("Expected error from imageConfig when passed non-existant file")
|
t.Error("Expected error from imageConfig when passed non-existent file")
|
||||||
}
|
}
|
||||||
|
|
||||||
// test cache clearing
|
// test cache clearing
|
||||||
|
|
Loading…
Reference in a new issue