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 // Assert
message.Text().Should().Contain("Voice channel mention: 🔊chaos-vc"); message.Text().Should().Contain("Voice channel mention: 🔊general");
} }
[Fact] [Fact]

View file

@ -60,7 +60,7 @@ public class JsonMentionSpecs : IClassFixture<ExportWrapperFixture>
); );
// Assert // 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] [Fact]