Browse Source

fix broken test

pull/297/head
Scott Williams 9 years ago
parent
commit
4c8ba5905c
  1. 2
      tests/ImageSharp.Tests/TestUtilities/Tests/TestImageProviderTests.cs

2
tests/ImageSharp.Tests/TestUtilities/Tests/TestImageProviderTests.cs

@ -46,7 +46,7 @@ namespace SixLabors.ImageSharp.Tests
[Theory]
[WithBlankImages(1, 1, PixelTypes.Rgba32, PixelTypes.Rgba32)]
[WithBlankImages(1, 1, PixelTypes.Alpha8, PixelTypes.Alpha8)]
[WithBlankImages(1, 1, PixelTypes.Rgba32, PixelTypes.Argb32)]
[WithBlankImages(1, 1, PixelTypes.Argb32, PixelTypes.Argb32)]
public void PixelType_PropertyValueIsCorrect<TPixel>(TestImageProvider<TPixel> provider, PixelTypes expected)
where TPixel : struct, IPixel<TPixel>
{

Loading…
Cancel
Save