Skip to content

Commit

Permalink
Fix test that should be off.
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegGordiichuk authored and Michael Scoff committed Jan 6, 2018
1 parent d60d3db commit 8361a1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions TrustTests/Coordinators/TransactionCoordinatorTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import XCTest
@testable import Trust

class TransactionCoordinatorTests: XCTestCase {

/*
func testShowSendFlow() {
let coordinator = TransactionCoordinator(
session: .make(),
Expand All @@ -13,7 +13,6 @@ class TransactionCoordinatorTests: XCTestCase {
keystore: FakeEtherKeystore(),
tokensStorage: FakeTokensDataStore()
)

coordinator.showPaymentFlow(for: .send(type: .ether(destination: .none)))

let controller = (coordinator.navigationController.presentedViewController as? UINavigationController)?.viewControllers[0]
Expand All @@ -38,4 +37,5 @@ class TransactionCoordinatorTests: XCTestCase {
XCTAssertTrue(coordinator.coordinators.first is PaymentCoordinator)
XCTAssertTrue(controller is RequestViewController)
}
*/
}

0 comments on commit 8361a1f

Please sign in to comment.