tests: add tests

This commit is contained in:
Stevan Freeborn
2025-05-12 14:50:32 -05:00
parent 54c8e53a77
commit 7cbbd21d71
4 changed files with 62 additions and 1 deletions
@@ -3,7 +3,7 @@ namespace StevesBot.Worker.Discord.Events;
internal sealed record HelloDiscordEvent : DiscordEvent
{
[JsonPropertyName("d")]
public new HelloData? Data { get; init; }
public new HelloData Data { get; init; } = new HelloData();
}
internal sealed record HelloData