mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-04-23 14:33:58 +00:00
Fix tests by fixing typo in last commit
This commit is contained in:
@@ -19,7 +19,7 @@ public record AttachmentSpecs(ExportWrapperFixture ExportWrapper) : IClassFixtur
|
|||||||
Snowflake.Parse("885587844989612074")
|
Snowflake.Parse("885587844989612074")
|
||||||
);
|
);
|
||||||
|
|
||||||
var fileUrl = message.QuerySelector("chatlog__attachment a")?.GetAttribute("href");
|
var fileUrl = message.QuerySelector(".chatlog__attachment a")?.GetAttribute("href");
|
||||||
|
|
||||||
// Assert
|
// Assert
|
||||||
message.Text().Should().ContainAll(
|
message.Text().Should().ContainAll(
|
||||||
|
|||||||
Reference in New Issue
Block a user