Skip to content

Commit

Permalink
Minor formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
mattt committed Feb 14, 2015
1 parent 93bb408 commit 7b23791
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Tests/ParameterEncodingTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,6 @@ class AlamofireURLParameterEncodingTestCase: XCTestCase {
}

func testURLParameterEncodeStringForRequestWithPrecomposedQuery() {

let URL = NSURL(string: "http://example.com/movies?hd=[1]")!

let parameters = ["page": "0"]
Expand All @@ -183,7 +182,6 @@ class AlamofireURLParameterEncodingTestCase: XCTestCase {
}

func testURLParameterEncodeStringWithPlusKeyStringWithPlusValueParameterForRequestWithPrecomposedQuery() {

let URL = NSURL(string: "http://example.com/movie?hd=[1]")!

let parameters = ["+foo+": "+bar+"]
Expand Down

0 comments on commit 7b23791

Please sign in to comment.