mirror of
https://github.com/Shchoholiev/shopping-assistant-api.git
synced 2025-06-29 18:21:11 +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)] |