Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp committed Aug 30, 2022
2 parents 3330670 + f608d8d commit 2d8787e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/DiffEngineTray.Tests/DiffEngineTray.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.3.0" />
<PackageReference Include="Argon" Version="0.1.0-beta.18" />
<PackageReference Include="Verify.DiffPlex" Version="2.0.0-beta.2" />
<PackageReference Include="Verify.WinForms" Version="3.0.0-beta.1" />
<PackageReference Include="Verify.Xunit" Version="18.0.0-beta.8" />
<PackageReference Include="Verify.ImageMagick" Version="3.0.0-beta.2" />
Expand Down
1 change: 1 addition & 0 deletions src/DiffEngineTray.Tests/ModuleInitializer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
[ModuleInitializer]
public static void Initialize()
{
VerifyDiffPlex.Initialize();
VerifyWinForms.Enable();
VerifyImageMagick.Initialize();
VerifyImageMagick.RegisterComparers(.03);
Expand Down

0 comments on commit 2d8787e

Please sign in to comment.