From 2183bfa15842d25addf7d1c513ff86c00e5c3026 Mon Sep 17 00:00:00 2001 From: topswagcode Date: Tue, 13 May 2025 11:18:02 -0700 Subject: [PATCH] test --- test/MinimalWorker.Test/MinimalWorkerTests.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/MinimalWorker.Test/MinimalWorkerTests.cs b/test/MinimalWorker.Test/MinimalWorkerTests.cs index af1ecd8..300e4e2 100644 --- a/test/MinimalWorker.Test/MinimalWorkerTests.cs +++ b/test/MinimalWorker.Test/MinimalWorkerTests.cs @@ -4,7 +4,7 @@ namespace MinimalWorker.Test; -public class MinimalWorkerTests +public class MinimalWorkerTests // Test { [Fact] public async Task BackgroundWorker_Should_Respect_CancellationToken()