We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3a542c commit 63b5716Copy full SHA for 63b5716
WooCommerce/WooCommerceTests/ViewRelated/Settings/SettingsViewModelTests.swift
@@ -53,7 +53,7 @@ final class SettingsViewModelTests: XCTestCase {
53
XCTAssertTrue(viewModel.sections.contains { $0.rows.contains(SettingsViewController.Row.installJetpack) })
54
}
55
56
- func test_sections_does_not_contain_install_jetpack_row_when_JCP_support_feature_flag_is_off() {
+ func test_sections_do_not_contain_install_jetpack_row_when_JCP_support_feature_flag_is_off() {
57
// Given
58
let featureFlagService = MockFeatureFlagService(isJetpackConnectionPackageSupportOn: false)
59
let viewModel = SettingsViewModel(
0 commit comments