Skip to content

Commit

Permalink
Update SerializationTests.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp committed Sep 21, 2023
1 parent 1dc294d commit 30358c8
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/Verify.Tests/Serialization/SerializationTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -450,16 +450,6 @@ void AddExtraSettingsGlobal()
#endregion
}

void FloatPrecision()
{
#region FloatPrecision

VerifierSettings
.AddExtraSettings(_ => _.FloatPrecision = 5);

#endregion
}

[Theory]
[InlineData(TypeNameHandling.All)]
[InlineData(TypeNameHandling.Arrays)]
Expand Down

0 comments on commit 30358c8

Please sign in to comment.