Anton Firsov
8 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
6 deletions
-
tests/ImageSharp.Tests/TestUtilities/Tests/TestEnvironmentTests.cs
|
|
@ -110,11 +110,5 @@ namespace SixLabors.ImageSharp.Tests |
|
|
IImageDecoder decoder = TestEnvironment.GetReferenceDecoder(fileName); |
|
|
IImageDecoder decoder = TestEnvironment.GetReferenceDecoder(fileName); |
|
|
Assert.IsType(expectedDecoderType, decoder); |
|
|
Assert.IsType(expectedDecoderType, decoder); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
[Fact] |
|
|
|
|
|
public void TemporaryFailingTest() |
|
|
|
|
|
{ |
|
|
|
|
|
Assert.True(false); |
|
|
|
|
|
} |
|
|
|
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|