mirror of
https://github.com/gohugoio/hugo.git
synced 2025-04-28 22:50:35 +03:00
parent
1f6e0de361
commit
c38bfda43b
9 changed files with 101 additions and 31 deletions
|
@ -372,7 +372,7 @@ func TestShortcodeInstagram(t *testing.T) {
|
|||
}
|
||||
|
||||
if this.expected != output {
|
||||
t.Errorf("[%d] unexpected rendering, got %d expected: %d", i, output, this.expected)
|
||||
t.Errorf("[%d] unexpected rendering, got %s expected: %s", i, output, this.expected)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue