Skip to content

Commit ab76921

Browse files
samiuelsonCopilot
andauthored
Fix typo
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent cebc177 commit ab76921

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WooCommerce/WooCommerceTests/ViewRelated/CardPresentPayments/CardPresentPaymentsOnboardingUseCaseTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ class CardPresentPaymentsOnboardingUseCaseTests: XCTestCase {
202202
XCTAssertNotEqual(state, .countryNotSupported(countryCode: .GB))
203203
}
204204

205-
func test_onboarding_returns_etup_not_completed_with_uk_when_stripe_plugin_installed() {
205+
func test_onboarding_returns_setup_not_completed_with_uk_when_stripe_plugin_installed() {
206206
// Given
207207
setupCountry(country: .gb)
208208
setupStripePlugin(status: .active, version: .minimumSupportedVersion)

0 commit comments

Comments
 (0)