mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-04-10 05:12:21 +00:00
Formatting
This commit is contained in:
@@ -19,9 +19,6 @@ public class HtmlForwardSpecs
|
||||
);
|
||||
|
||||
// Assert
|
||||
message
|
||||
.Text()
|
||||
.Should()
|
||||
.ContainAll("Forwarded", @"¯\_(ツ)_/¯", "December 29, 2025");
|
||||
message.Text().Should().ContainAll("Forwarded", @"¯\_(ツ)_/¯", "December 29, 2025");
|
||||
}
|
||||
}
|
||||
|
||||
@@ -27,4 +27,3 @@ public class JsonForwardSpecs
|
||||
forwardedMessage.GetProperty("timestamp").GetString().Should().StartWith("2025-12-29");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -14,8 +14,6 @@ public class PlainTextForwardSpecs
|
||||
var document = await ExportWrapper.ExportAsPlainTextAsync(ChannelIds.ForwardTestCases);
|
||||
|
||||
// Assert
|
||||
document
|
||||
.Should()
|
||||
.ContainAll("{Forwarded Message}", @"¯\_(ツ)_/¯", "December 29, 2025");
|
||||
document.Should().ContainAll("{Forwarded Message}", @"¯\_(ツ)_/¯", "December 29, 2025");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user