From d795f81904c5f861dfac7feb8f6a0014b3b24f9c Mon Sep 17 00:00:00 2001 From: mysticmind Date: Mon, 14 Oct 2024 23:14:40 +0530 Subject: [PATCH] Few tweaks to unit test --- src/PatchingTests/Patching/patching_api.cs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/PatchingTests/Patching/patching_api.cs b/src/PatchingTests/Patching/patching_api.cs index 99e6d3f1bd..36c227b30e 100644 --- a/src/PatchingTests/Patching/patching_api.cs +++ b/src/PatchingTests/Patching/patching_api.cs @@ -20,11 +20,8 @@ namespace PatchingTests.Patching; public class patching_api: OneOffConfigurationsContext { - private readonly ITestOutputHelper _testOutputHelper; - - public patching_api(ITestOutputHelper testOutputHelper) + public patching_api() { - _testOutputHelper = testOutputHelper; StoreOptions(_ => { _.UseDefaultSerialization(EnumStorage.AsString);