mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-03-31 10:49:03 +00:00
Clean up tests
This commit is contained in:
@@ -1,11 +1,13 @@
|
||||
namespace DiscordChatExporter.Cli.Tests.TestData
|
||||
using DiscordChatExporter.Core.Discord;
|
||||
|
||||
namespace DiscordChatExporter.Cli.Tests.TestData
|
||||
{
|
||||
public static class ChannelIds
|
||||
{
|
||||
public static string EmbedTestCases => "866472452459462687";
|
||||
public static Snowflake EmbedTestCases { get; } = Snowflake.Parse("866472452459462687");
|
||||
|
||||
public static string MentionTestCases => "866458801389174794";
|
||||
public static Snowflake MentionTestCases { get; } = Snowflake.Parse("866458801389174794");
|
||||
|
||||
public static string ReplyTestCases => "866459871934677052";
|
||||
public static Snowflake ReplyTestCases { get; } = Snowflake.Parse("866459871934677052");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user