Skip to content

Commit

Permalink
Fix lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
chipsnyder committed May 6, 2021
1 parent 60e8a32 commit d35233c
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ extension BlockEditorSettingsServiceRemoteTests {

func testFetchBlockEditorSettingsNotThemeJSON_NoGradients() {
let waitExpectation = expectation(description: "Block Settings should be successfully fetched")
var mockedResponse = mockedData(withFilename: blockSettingsNOTThemeJSONResponseFilename) as! [String : Any]
var mockedResponse = mockedData(withFilename: blockSettingsNOTThemeJSONResponseFilename) as! [String: Any]
// Clear out Gradients
mockedResponse[RemoteBlockEditorSettings.CodingKeys.gradients.stringValue] = "false"

Expand Down Expand Up @@ -249,4 +249,3 @@ extension BlockEditorSettingsServiceRemoteTests {
XCTAssertEqual((self.mockRemoteApi.parametersPassedIn as! [String: String])["context"], "site-editor")
}
}

0 comments on commit d35233c

Please sign in to comment.