mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2025-05-30 22:45:18 -04:00
Fix tests
This commit is contained in:
parent
60d9992c74
commit
e7d80688aa
2 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue