mirror of
https://github.com/go-gitea/gitea.git
synced 2024-11-04 08:17:24 -05:00
modules/markup/markdown: fix dropped test error (#16438)
This commit is contained in:
parent
29d4917660
commit
2344007fa3
@ -42,6 +42,7 @@ func TestRender_StandardLinks(t *testing.T) {
|
||||
URLPrefix: setting.AppSubURL,
|
||||
IsWiki: true,
|
||||
}, input)
|
||||
assert.NoError(t, err)
|
||||
assert.Equal(t, strings.TrimSpace(expectedWiki), strings.TrimSpace(buffer))
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user