mirror of
				https://github.com/go-gitea/gitea
				synced 2025-10-31 03:18:24 +00:00 
			
		
		
		
	modules/markup/markdown: fix dropped test error (#16438)
This commit is contained in:
		| @@ -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)) | ||||
| 	} | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user