Mattt Thompson пре 10 година
родитељ
комит
7b2379165d
1 измењених фајлова са 0 додато и 2 уклоњено
  1. 0 2
      Tests/ParameterEncodingTests.swift

+ 0 - 2
Tests/ParameterEncodingTests.swift

@@ -173,7 +173,6 @@ class AlamofireURLParameterEncodingTestCase: XCTestCase {
     }
     
     func testURLParameterEncodeStringForRequestWithPrecomposedQuery() {
-        
         let URL = NSURL(string: "http://example.com/movies?hd=[1]")!
         
         let parameters = ["page": "0"]
@@ -183,7 +182,6 @@ class AlamofireURLParameterEncodingTestCase: XCTestCase {
     }
 
     func testURLParameterEncodeStringWithPlusKeyStringWithPlusValueParameterForRequestWithPrecomposedQuery() {
-        
         let URL = NSURL(string: "http://example.com/movie?hd=[1]")!
         
         let parameters = ["+foo+": "+bar+"]