Skip to content

Commit 63b5716

Browse files
author
Sharma Elanthiriayan
committed
SettingsViewModelTests
- Fix grammar in test method name.
1 parent d3a542c commit 63b5716

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WooCommerce/WooCommerceTests/ViewRelated/Settings/SettingsViewModelTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ final class SettingsViewModelTests: XCTestCase {
5353
XCTAssertTrue(viewModel.sections.contains { $0.rows.contains(SettingsViewController.Row.installJetpack) })
5454
}
5555

56-
func test_sections_does_not_contain_install_jetpack_row_when_JCP_support_feature_flag_is_off() {
56+
func test_sections_do_not_contain_install_jetpack_row_when_JCP_support_feature_flag_is_off() {
5757
// Given
5858
let featureFlagService = MockFeatureFlagService(isJetpackConnectionPackageSupportOn: false)
5959
let viewModel = SettingsViewModel(

0 commit comments

Comments
 (0)