using System.Diagnostics.CodeAnalysis; namespace Recyclarr.TrashLib.Tests; [SetUpFixture] [SuppressMessage("ReSharper", "CheckNamespace")] public class GlobalTestSetup { [OneTimeSetUp] public void Setup() { AssertionOptions.FormattingOptions.MaxDepth = 100; } }