chore: stub out tests
This commit is contained in:
@@ -9,7 +9,7 @@ internal static class NotificationHandler
|
||||
[FromServices] IDiscordRestClient discordRestClient,
|
||||
[FromServices] IOptionsMonitor<DiscordNotificationOptions> discordNotificationOptions,
|
||||
[FromServices] ILastPostedStreamStore lastPostedStream,
|
||||
CancellationToken cancellationToken
|
||||
CancellationToken cancellationToken = default
|
||||
)
|
||||
{
|
||||
using StreamReader stream = new(context.Request.Body);
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
namespace StevesBot.Webhook.Tests.Unit;
|
||||
|
||||
public class NotificationHandlerTests
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user