Skip to content

Commit cb9b800

Browse files
committed
Fix unit test build failure
1 parent 3254be3 commit cb9b800

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Networking/NetworkingTests/Mapper/SiteSettingsMapperTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ class SiteSettingsMapperTests: XCTestCase {
4545
/// Verifies the SiteSetting fields are parsed correctly when response has no data envelope.
4646
///
4747
func test_SiteSetting_fields_are_properly_parsed_when_response_has_no_data_envelope() {
48-
let settings = mapLoadGeneralSiteSettingsResponseWithoutData()
48+
let settings = mapLoadGeneralSiteSettingsResponseWithoutDataEnvelope()
4949
XCTAssertEqual(settings.count, 20)
5050

5151
let firstSetting = settings[0]

0 commit comments

Comments
 (0)