Skip to content

Commit

Permalink
update verify.xunit
Browse files Browse the repository at this point in the history
don't ignore false is now the default: VerifyTests/Verify#534
  • Loading branch information
steverichey committed Sep 8, 2022
1 parent 44f6983 commit 4792cdd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.3.1" />
<PackageReference Include="Moq" Version="4.18.2" />
<PackageReference Include="Verify.DiffPlex" Version="1.3.0" />
<PackageReference Include="Verify.Xunit" Version="16.3.0" />
<PackageReference Include="Verify.Xunit" Version="17.10.2" />
<PackageReference Include="xunit" Version="2.4.2" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5" />
</ItemGroup>
Expand Down
1 change: 0 additions & 1 deletion Corgibytes.Freshli.Lib.Test/Initializer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ public static void Initialize()

VerifierSettings.DontIgnoreEmptyCollections();
VerifierSettings.DontScrubDateTimes();
VerifierSettings.DontIgnoreFalse();
VerifierSettings.MemberConverter<ScanResult, string>(
r => r.Filename,
(target, value) => value.Replace("\\", "/")
Expand Down

0 comments on commit 4792cdd

Please sign in to comment.