Skip to content

Commit

Permalink
Fixed Typo on ResponseSerializationTestCase
Browse files Browse the repository at this point in the history
- stringResponseSerializer on Testing JSONResponseSerializer
  • Loading branch information
Gregory J.H. Rho committed Mar 10, 2016
1 parent 5b6155c commit 50cc864
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/ResponseSerializationTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ class ResponseSerializationTestCase: BaseTestCase {

func testThatJSONResponseSerializerSucceedsWhenDataIsValidJSON() {
// Given
let serializer = Request.stringResponseSerializer()
let serializer = Request.JSONResponseSerializer()
let data = "{\"json\": true}".dataUsingEncoding(NSUTF8StringEncoding)!

// When
Expand Down

0 comments on commit 50cc864

Please sign in to comment.