Fix tests

This commit is contained in:
Oleksii Holub
2023-02-08 18:36:03 +02:00
parent 60d9992c74
commit e7d80688aa
2 changed files with 2 additions and 2 deletions

View File

@@ -54,7 +54,7 @@ public class HtmlMentionSpecs : IClassFixture<ExportWrapperFixture>
);
// Assert
message.Text().Should().Contain("Voice channel mention: 🔊chaos-vc");
message.Text().Should().Contain("Voice channel mention: 🔊general");
}
[Fact]