diff --git a/JSONAPI.podspec b/JSONAPI.podspec index 36a800c..0d8e633 100644 --- a/JSONAPI.podspec +++ b/JSONAPI.podspec @@ -16,7 +16,7 @@ Pod::Spec.new do |spec| # spec.name = "JSONAPI" - spec.version = "0.30.0" + spec.version = "0.31.0" spec.summary = "Swift Codable JSON API framework." # This description is used to generate tags and improve search results. diff --git a/Tests/JSONAPITests/Entity/EntityTests.swift b/Tests/JSONAPITests/Entity/EntityTests.swift index 18e313e..0adfaf5 100644 --- a/Tests/JSONAPITests/Entity/EntityTests.swift +++ b/Tests/JSONAPITests/Entity/EntityTests.swift @@ -31,7 +31,7 @@ class EntityTests: XCTestCase { XCTAssertEqual(entity ~> \.optionalOne, entity1.id) } - + func test_toMany_relationship_operator_access() { let entity1 = TestEntity1(attributes: .none, relationships: .none, meta: .none, links: .none) let entity2 = TestEntity1(attributes: .none, relationships: .none, meta: .none, links: .none)