Skip to content

Commit

Permalink
Merge pull request #75 from Codeuctivity/FixingTestExpectaions
Browse files Browse the repository at this point in the history
Updated expectation
  • Loading branch information
stesee authored Jul 13, 2023
2 parents aeaba15 + 7d19581 commit d6c045e
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ internal static async Task AssertImageIsEqual(string actualImagePath, string exp
Assert.Fail($"Expected PixelErrorCount beyond {allowedPixelErrorCount} but was {result.PixelErrorCount}\nExpected {expectFullPath}\ndiffers to actual {actualFullPath}\n Diff is {newDiffImage} \nReplace {actualFullPath} with the new value or store the diff as {allowedDiffImage}.");
}
}
finally
catch
{
SaveToGithubActionsPickupTestresultsDirectory(actualFullPath, expectFullPath);
}
Expand Down
1 change: 0 additions & 1 deletion OpenXmlPowerTools.Tests/OpenXmlPowerTools.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,4 @@
<ItemGroup>
<ProjectReference Include="..\OpenXmlPowerTools\OpenXmlPowerTools.csproj" />
</ItemGroup>

</Project>
Binary file modified TestFiles/HC007-Test-02.docxExpectation.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified TestFiles/HC010-Test-05.docxExpectation.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d6c045e

Please sign in to comment.