0
0
mirror of https://github.com/Shchoholiev/shopping-assistant-api.git synced 2025-06-29 18:21:11 +00:00
shopping-assistant-api/ShoppingAssistantApi.Tests/Usings.cs
2023-10-16 03:23:07 +00:00

4 lines
169 B
C#

global using Xunit;
// Parallel running was disabled because it causes errors with the database access
[assembly: CollectionBehavior(DisableTestParallelization = true)]