Fixed all unit tests trying to run at once

This commit is contained in:
2025-11-09 21:01:39 +01:00
parent c07e44b6d0
commit 7f6a14a999

View File

@@ -0,0 +1,2 @@
using Xunit;
[assembly: CollectionBehavior(DisableTestParallelization = true)]