Skip to content

Commit 7f8a065

Browse files
committed
Update the test case
1 parent 66ca5fb commit 7f8a065

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Tests/AnimatedImageTests.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ class AnimatedImageTests: XCTestCase {
4646
} else {
4747
XCTFail("SDAnimatedImageView.image invalid")
4848
}
49-
XCTAssertEqual(animatedImageView.sd_imageName, imageName)
5049
expectation.fulfill()
5150
self.waitForExpectations(timeout: 5, handler: nil)
5251
ViewHosting.expel()
@@ -64,7 +63,6 @@ class AnimatedImageTests: XCTestCase {
6463
} else {
6564
XCTFail("SDAnimatedImageView.image invalid")
6665
}
67-
XCTAssertEqual(animatedImageView.sd_imageData, imageData)
6866
expectation.fulfill()
6967
self.waitForExpectations(timeout: 5, handler: nil)
7068
ViewHosting.expel()

0 commit comments

Comments
 (0)