diff --git a/DiscordChatExporter.Cli.Tests/Specs/HtmlMentionSpecs.cs b/DiscordChatExporter.Cli.Tests/Specs/HtmlMentionSpecs.cs index c16f0bfe..d845da5d 100644 --- a/DiscordChatExporter.Cli.Tests/Specs/HtmlMentionSpecs.cs +++ b/DiscordChatExporter.Cli.Tests/Specs/HtmlMentionSpecs.cs @@ -54,7 +54,7 @@ public class HtmlMentionSpecs : IClassFixture ); // Assert - message.Text().Should().Contain("Voice channel mention: 🔊chaos-vc"); + message.Text().Should().Contain("Voice channel mention: 🔊general"); } [Fact] diff --git a/DiscordChatExporter.Cli.Tests/Specs/JsonMentionSpecs.cs b/DiscordChatExporter.Cli.Tests/Specs/JsonMentionSpecs.cs index fd0c54d6..00cff6ae 100644 --- a/DiscordChatExporter.Cli.Tests/Specs/JsonMentionSpecs.cs +++ b/DiscordChatExporter.Cli.Tests/Specs/JsonMentionSpecs.cs @@ -60,7 +60,7 @@ public class JsonMentionSpecs : IClassFixture ); // Assert - message.GetProperty("content").GetString().Should().Be("Voice channel mention: #chaos-vc [voice]"); + message.GetProperty("content").GetString().Should().Be("Voice channel mention: #general [voice]"); } [Fact]