fix(Tests): Fixes a test run in parallel that crashes. (#1879)
This commit is contained in:
parent
428ae46bf4
commit
b0ae52b4e2
1 changed files with 1 additions and 0 deletions
|
|
@ -2,6 +2,7 @@ using Xunit;
|
|||
|
||||
namespace Server.Tests;
|
||||
|
||||
[Collection("Sequential Tests")]
|
||||
public class LocalizationEntryTests
|
||||
{
|
||||
[Fact]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue