fix(Tests): Fixes a test run in parallel that crashes. (#1879)

This commit is contained in:
Kamron Batman 2024-07-20 17:55:43 -07:00 committed by GitHub
parent 428ae46bf4
commit b0ae52b4e2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,6 +2,7 @@ using Xunit;
namespace Server.Tests;
[Collection("Sequential Tests")]
public class LocalizationEntryTests
{
[Fact]