mirror of
https://github.com/vacp2p/cs-codex-dist-tests.git
synced 2025-02-23 15:58:21 +00:00
7 lines
82 B
C#
7 lines
82 B
C#
|
using NUnit.Framework;
|
|||
|
|
|||
|
[assembly: LevelOfParallelism(30)]
|
|||
|
namespace Tests
|
|||
|
{
|
|||
|
}
|