|
|
@ -6,7 +6,7 @@ namespace Recyclarr.Tests.TrashGuide.CustomFormat;
|
|
|
|
[Parallelizable(ParallelScope.All)]
|
|
|
|
[Parallelizable(ParallelScope.All)]
|
|
|
|
public class NondeterministicValueConverterTest
|
|
|
|
public class NondeterministicValueConverterTest
|
|
|
|
{
|
|
|
|
{
|
|
|
|
private JsonSerializerOptions _options;
|
|
|
|
private JsonSerializerOptions _options = default!;
|
|
|
|
|
|
|
|
|
|
|
|
[SetUp]
|
|
|
|
[SetUp]
|
|
|
|
public void Setup()
|
|
|
|
public void Setup()
|
|
|
|