Fix typo in shortcode tests

This commit is contained in:
Nathan Youngman 2015-10-14 15:11:30 -06:00 committed by Bjørn Erik Pedersen
parent ec9c691216
commit bea7b2e202

View file

@ -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)
}
}