|
@@ -50,9 +50,9 @@ class ImageDownloaderTests: XCTestCase {
|
|
|
|
|
|
|
|
override func tearDown() {
|
|
override func tearDown() {
|
|
|
// Put teardown code here. This method is called after the invocation of each test method in the class.
|
|
// Put teardown code here. This method is called after the invocation of each test method in the class.
|
|
|
- super.tearDown()
|
|
|
|
|
LSNocilla.sharedInstance().clearStubs()
|
|
LSNocilla.sharedInstance().clearStubs()
|
|
|
downloader = nil
|
|
downloader = nil
|
|
|
|
|
+ super.tearDown()
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
func testDownloadAnImage() {
|
|
func testDownloadAnImage() {
|