Skip to content

Commit

Permalink
Update EnsureScrubbingParameters.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp committed Jan 6, 2025
1 parent d8fed14 commit 61a005b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ public static void Initialize() =>
VerifierSettings.AddScrubber((builder, counter, context) =>
{
Assert.NotNull(counter);
Assert.NotNull(settings);
Assert.NotNull(context);
builder.Replace("EnsureScrubbingParameters", "new value");
});

Expand Down

0 comments on commit 61a005b

Please sign in to comment.