mirror of
https://github.com/Shchoholiev/shopping-assistant-api.git
synced 2025-04-28 08:49:27 +00:00
4 lines
169 B
C#
4 lines
169 B
C#
global using Xunit;
|
|
|
|
// Parallel running was disabled because it causes errors with the database access
|
|
[assembly: CollectionBehavior(DisableTestParallelization = true)] |