Skip to content

Commit

Permalink
Fix MockCheckoutViewDelegate test
Browse files Browse the repository at this point in the history
  • Loading branch information
markmur committed Nov 13, 2023
1 parent 2185dd4 commit d42b977
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ class MockCheckoutViewDelegate: CheckoutViewDelegate {
didFailWithErrorExpectation?.fulfill()
}

func checkoutViewDidToggleModal() {
func checkoutViewDidToggleModal(modalVisible: Bool) {
didToggleModalExpectation?.fulfill()
}
}

0 comments on commit d42b977

Please sign in to comment.