mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-05-29 12:11:58 +00:00
Fix isolation in tests
This commit is contained in:
@@ -29,7 +29,7 @@ namespace DiscordChatExporter.Cli.Tests
|
||||
public async Task Message_with_YouTube_video_is_rendered_with_a_player_in_HTML()
|
||||
{
|
||||
// Arrange
|
||||
var outputFilePath = Path.ChangeExtension(_tempOutput.GetTempFilePath(), "html");
|
||||
var outputFilePath = _tempOutput.GetTempFilePath("html");
|
||||
|
||||
// Act
|
||||
var htmlData = await GlobalCache.WrapAsync("embed-specs-output-html", async () =>
|
||||
|
||||
Reference in New Issue
Block a user