Skip to content

Commit

Permalink
Make test more reliable.
Browse files Browse the repository at this point in the history
  • Loading branch information
jshier committed Aug 4, 2023
1 parent 3635068 commit 33ba489
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Tests/ImageDownloaderTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -561,11 +561,7 @@ final class ImageDownloaderTestCase: BaseTestCase {
// Given
let downloader = ImageDownloader()

let imageEndpoints: [Endpoint] = ["5a105e8b9d40e1329780d62ea2265d8a",
"6a105e8b9d40e1329780d62ea2265d8a",
"7a105e8b9d40e1329780d62ea2265d8a",
"8a105e8b9d40e1329780d62ea2265d8a",
"9a105e8b9d40e1329780d62ea2265d8a"].map(Endpoint.gravatar)
let imageEndpoints: [Endpoint] = [.image(.png), .image(.jpeg), .image(.jp2), .image(.gif), .image(.bmp)]

var initialResults: [AFIResult<Image>] = []
var finalResults: [AFIResult<Image>] = []
Expand Down

0 comments on commit 33ba489

Please sign in to comment.