Skip to content

Commit

Permalink
Revert "Force a couple of test case failures"
Browse files Browse the repository at this point in the history
This reverts commit 6fcc82f.
  • Loading branch information
crazytonyli committed Sep 5, 2022
1 parent 6fcc82f commit 9dcb75c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion WooCommerce/WooCommerceTests/AppCoordinatorTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ final class AppCoordinatorTests: XCTestCase {
// so we have to wait a bit
loginNavigationController.viewControllers.count > 1
}
XCTAssertFalse(loginNavigationController.topViewController is ULAccountMismatchViewController)
XCTAssertTrue(loginNavigationController.topViewController is ULAccountMismatchViewController)
}

func test_starting_app_logged_in_without_selected_site_presents_error_if_the_error_site_address_does_not_have_woo() throws {
Expand Down
2 changes: 0 additions & 2 deletions WooCommerce/WooCommerceUITests/Tests/OrdersTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ final class OrdersTests: XCTestCase {
.verifySingleOrder(order: orders[0])
.goBackToOrdersScreen()
.verifyOrdersScreenLoaded()

XCTAssertEqual(0, 1)
}

func test_create_new_order() throws {
Expand Down

0 comments on commit 9dcb75c

Please sign in to comment.