From 69f6179fe60850868277e02e48bcd8161513df79 Mon Sep 17 00:00:00 2001 From: Justin Baur <19896123+justindbaur@users.noreply.github.com> Date: Thu, 22 May 2025 09:12:09 -0400 Subject: [PATCH] Remove confusing comment from when I was going to detect problems differently --- test/Core.Test/Utilities/StaticStoreTests.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/test/Core.Test/Utilities/StaticStoreTests.cs b/test/Core.Test/Utilities/StaticStoreTests.cs index b3cf55c254..52fdb24139 100644 --- a/test/Core.Test/Utilities/StaticStoreTests.cs +++ b/test/Core.Test/Utilities/StaticStoreTests.cs @@ -48,7 +48,6 @@ public class StaticStoreTests // only if the domain strictly equals (do NOT use InvariantCulture comparison) the one added to our allow list. foreach (var domain in StaticStore.GlobalDomains.SelectMany(p => p.Value)) { - // Every domain should equal it's non-ascii characters for (var i = 0; i < domain.Length; i++) { var character = domain[i];