From b0ae52b4e2358e6ef43a478a7031fd4b80738278 Mon Sep 17 00:00:00 2001 From: Kamron Batman <3953314+kamronbatman@users.noreply.github.com> Date: Sat, 20 Jul 2024 17:55:43 -0700 Subject: [PATCH] fix(Tests): Fixes a test run in parallel that crashes. (#1879) --- .../Server.Tests/Tests/Localization/LocalizationEntryTests.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Projects/Server.Tests/Tests/Localization/LocalizationEntryTests.cs b/Projects/Server.Tests/Tests/Localization/LocalizationEntryTests.cs index d37046591..f10c21555 100644 --- a/Projects/Server.Tests/Tests/Localization/LocalizationEntryTests.cs +++ b/Projects/Server.Tests/Tests/Localization/LocalizationEntryTests.cs @@ -2,6 +2,7 @@ using Xunit; namespace Server.Tests; +[Collection("Sequential Tests")] public class LocalizationEntryTests { [Fact]