Render server cross-posts properly

Closes #633
This commit is contained in:
Tyrrrz
2023-02-09 18:44:24 +02:00
parent 93799eb231
commit 049338009e
22 changed files with 96 additions and 43 deletions

View File

@@ -9,7 +9,8 @@ using Xunit;
namespace DiscordChatExporter.Cli.Tests.Specs;
public class HtmlEmbedSpecs : IClassFixture<ExportWrapperFixture>
[Collection(nameof(ExportWrapperCollection))]
public class HtmlEmbedSpecs
{
private readonly ExportWrapperFixture _exportWrapper;