Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
adampaquette committed May 10, 2023
1 parent e0d58ed commit 958c700
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 156 deletions.

This file was deleted.

This file was deleted.

12 changes: 0 additions & 12 deletions tests/Typely.Tests/TypelyOptionsTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,6 @@ namespace Typely.Tests;

public class TypelyOptionsTests
{
[Fact(Skip = "Impact other tests")]
public void EnableSensitiveDataLogging_Should_OutputCurrentValue()
{
var expectedValue = 0;

TypelyOptions.Instance.EnableSensitiveDataLogging();
var validationError = TypelyOptionTestsType.Validate(expectedValue)!;
TypelyOptions.Instance.EnableSensitiveDataLogging(false);

Assert.Equal(expectedValue.ToString(), validationError.PlaceholderValues[ValidationPlaceholders.Value]);
}

[Fact]
public void DisabledSensitiveDataLogging_ShouldNot_OutputCurrentValue()
{
Expand Down

0 comments on commit 958c700

Please sign in to comment.