Skip to content

Instantly share code, notes, and snippets.

@tifoaudii
Created October 25, 2022 02:32
Show Gist options
  • Save tifoaudii/6233c94ca020ffb5bd1562a32905813b to your computer and use it in GitHub Desktop.
Save tifoaudii/6233c94ca020ffb5bd1562a32905813b to your computer and use it in GitHub Desktop.
@testable import PokemonApp
import XCTest
class PokemonLegacyListViewControllerTest: XCTestCase {
func test_whenSuccessFetchPokemons_shouldRenderCollectionCard() {
// Given
// When
// Then
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment