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 3254be3 commit cb9b800Copy full SHA for cb9b800
Networking/NetworkingTests/Mapper/SiteSettingsMapperTests.swift
@@ -45,7 +45,7 @@ class SiteSettingsMapperTests: XCTestCase {
45
/// Verifies the SiteSetting fields are parsed correctly when response has no data envelope.
46
///
47
func test_SiteSetting_fields_are_properly_parsed_when_response_has_no_data_envelope() {
48
- let settings = mapLoadGeneralSiteSettingsResponseWithoutData()
+ let settings = mapLoadGeneralSiteSettingsResponseWithoutDataEnvelope()
49
XCTAssertEqual(settings.count, 20)
50
51
let firstSetting = settings[0]
0 commit comments