Skip to content

Commit

Permalink
refs
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp committed Aug 29, 2022
1 parent 7068e7d commit f608d8d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/DiffEngine.Tests/DiffEngine.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
<PackageReference Include="MarkdownSnippets.MsBuild" Version="24.5.0" PrivateAssets="all" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.3.0" />
<PackageReference Include="Argon" Version="0.1.0-beta.17" />
<PackageReference Include="Argon" Version="0.1.0-beta.18" />
<PackageReference Include="System.Drawing.Common" Version="5.0.0" />
<PackageReference Include="Xunit" Version="2.4.2" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5" PrivateAssets="all" />
Expand Down
3 changes: 2 additions & 1 deletion src/DiffEngineTray.Tests/DiffEngineTray.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
<Using Include="DiffEngine" />
<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.17" />
<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 f608d8d

Please sign in to comment.