fix: trim double quotes from message format and cleanup usings in tests

This commit is contained in:
Stevan Freeborn
2025-06-15 11:17:13 -05:00
parent e82b16454e
commit 168d080e04
7 changed files with 3 additions and 20 deletions
@@ -1,7 +1,3 @@
using System.Text.Json;
using Microsoft.Extensions.Options;
namespace StevesBot.Webhook.Tests.Unit;
public sealed class YouTubeDataApiClientTests : IDisposable