Skip to content

Commit

Permalink
Few tweaks to unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
mysticmind authored and jeremydmiller committed Oct 17, 2024
1 parent 783af38 commit d795f81
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/PatchingTests/Patching/patching_api.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit d795f81

Please sign in to comment.