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+"]