Fix tests

This commit is contained in:
Tyrrrz
2024-01-18 20:30:17 +02:00
parent 014712b747
commit 9b8985a920
2 changed files with 8 additions and 7 deletions

View File

@@ -238,6 +238,6 @@ public class HtmlEmbedSpecs
);
// Assert
message.Text().Should().Contain("DiscordChatExporter TestServer");
message.Text().Should().Contain("DiscordChatExporter Test Server");
}
}