Add sparse fieldset resource body tests

This commit is contained in:
Mathew Polzin
2019-08-05 14:48:08 -07:00
parent a596ecaecc
commit 0c7c7edcab
2 changed files with 93 additions and 2 deletions
@@ -10,7 +10,7 @@ public struct SparseFieldset<
MetaType: JSONAPI.Meta,
LinksType: JSONAPI.Links,
EntityRawIdType: JSONAPI.MaybeRawId
>: Encodable where Description.Attributes: SparsableAttributes {
>: EncodablePrimaryResource where Description.Attributes: SparsableAttributes {
public typealias Resource = JSONAPI.ResourceObject<Description, MetaType, LinksType, EntityRawIdType>