mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
Fix typo in shortcode tests
This commit is contained in:
parent
ec9c691216
commit
bea7b2e202
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ func CheckShortCodeMatchAndError(t *testing.T, input, expected string, template
|
|||
}
|
||||
|
||||
if output != expected {
|
||||
t.Fatalf("Shortcode render didn't match. got %q but exxpected %q", output, expected)
|
||||
t.Fatalf("Shortcode render didn't match. got %q but expected %q", output, expected)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue