Fix coverage collection in tests

This commit is contained in:
Tyrrrz
2021-07-19 22:28:30 +03:00
parent 9c25bceabf
commit cad6baba48
5 changed files with 6 additions and 6 deletions

View File

@@ -26,7 +26,7 @@ namespace DiscordChatExporter.Cli.Tests
}
[Fact]
public async Task Message_with_YouTube_video_is_rendered_with_a_player_in_HTML()
public async Task Message_with_YouTube_video_is_rendered_using_an_iframe_player_in_HTML()
{
// Arrange
var outputFilePath = _tempOutput.GetTempFilePath("html");