Mattt Thompson před 10 roky
rodič
revize
7b2379165d
1 změnil soubory, kde provedl 0 přidání a 2 odebrání
  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+"]