Skip to content

Commit

Permalink
fix test failed
Browse files Browse the repository at this point in the history
  • Loading branch information
noppoMan committed May 21, 2017
1 parent 42ff045 commit 19e0664
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/AWSSDKSwiftTests/Core/SerializableTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class SerializableTests: XCTestCase {

func testSerializeToDictionaryAndJSON() {
let dict = try! A().serializeToDictionary()
let data = try! JSONSerializer().serialize(dict)
let data = try! JSONSerializer.serialize(dict)
let jsonObect = try! JSONSerialization.jsonObject(with: data, options: []) as! [String: Any]
XCTAssertEqual(dict.count, jsonObect.count)
}
Expand Down

0 comments on commit 19e0664

Please sign in to comment.