Skip to content

Instantly share code, notes, and snippets.

@laevandus
Created October 29, 2022 03:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save laevandus/8561fa87eff337d4de7c94b394b345c4 to your computer and use it in GitHub Desktop.
Save laevandus/8561fa87eff337d4de7c94b394b345c4 to your computer and use it in GitHub Desktop.
final class ImageLoaderTests: XCTestCase {
func testLoadingImageSuccessfully() async throws {
let imageLoader = ImageLoader()
_ = try await imageLoader.loadImage(for: "identifier")
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment