Skip to content

Commit

Permalink
modules/markup/markdown: fix dropped test error (#16438)
Browse files Browse the repository at this point in the history
  • Loading branch information
alrs authored Jul 18, 2021
1 parent 29d4917 commit 2344007
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/markup/markdown/markdown_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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))
}

Expand Down

0 comments on commit 2344007

Please sign in to comment.