Skip to content

Commit 2344007

Browse files
authored
modules/markup/markdown: fix dropped test error (#16438)
1 parent 29d4917 commit 2344007

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/markup/markdown/markdown_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ func TestRender_StandardLinks(t *testing.T) {
4242
URLPrefix: setting.AppSubURL,
4343
IsWiki: true,
4444
}, input)
45+
assert.NoError(t, err)
4546
assert.Equal(t, strings.TrimSpace(expectedWiki), strings.TrimSpace(buffer))
4647
}
4748

0 commit comments

Comments
 (0)