mirror of
https://github.com/Shchoholiev/shopping-assistant-api.git
synced 2025-04-03 16:19:46 +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)] |