Skip to content

Commit

Permalink
modules/markup/markdown: fix dropped test error (go-gitea#16438)
Browse files Browse the repository at this point in the history
  • Loading branch information
alrs authored and AbdulrhmnGhanem committed Aug 10, 2021
1 parent 767151d commit 06268b4
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 06268b4

Please sign in to comment.