Removed unneded code

This commit is contained in:
Bogdan Poplauschi 2016-09-25 14:57:51 +03:00
parent cfc182f2e5
commit fbca6a6dc3
1 changed files with 0 additions and 12 deletions

View File

@ -22,18 +22,6 @@
@implementation UIImageMultiFormatTests
- (void)setUp
{
[super setUp];
// Put setup code here. This method is called before the invocation of each test method in the class.
}
- (void)tearDown
{
// Put teardown code here. This method is called after the invocation of each test method in the class.
[super tearDown];
}
- (void)testImageOrientationFromImageDataWithInvalidData {
// sync download image
SEL selector = @selector(sd_imageOrientationFromImageData:);