pull/1001/head
Oleksii Holub 2 years ago
parent 60d9992c74
commit e7d80688aa

@ -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]

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

Loading…
Cancel
Save