Skip to content

Commit

Permalink
fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
ypopovych committed Oct 30, 2020
1 parent 069ee2d commit 2668212
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/SerializableTests/SerializableTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ class SerializableTests: XCTestCase {
}

func testEncoding() {
var object = Dictionary<String, SerializableValueEncodable>()
var object = Dictionary<String, SerializableValueRepresentable>()
object["int"] = Int64(-123)
object["array"] = [Int64(1), Int64(2), Int64(3)]
object["float"] = 123.456
Expand Down

0 comments on commit 2668212

Please sign in to comment.