diff --git a/Tests/JSONAPITests/SparseFields/SparseFieldEncoderTests.swift b/Tests/JSONAPITests/SparseFields/SparseFieldEncoderTests.swift new file mode 100644 index 0000000..a9790ff --- /dev/null +++ b/Tests/JSONAPITests/SparseFields/SparseFieldEncoderTests.swift @@ -0,0 +1,15 @@ +// +// SparseFieldEncoderTests.swift +// +// +// Created by Mathew Polzin on 8/5/19. +// + +import XCTest +import JSONAPI + +class SparseFieldEncoderTests: XCTestCase { + func test_placeholder() { + // TODO: write tests + } +} diff --git a/Tests/JSONAPITests/SparseFields/SparseFieldsetTests.swift b/Tests/JSONAPITests/SparseFields/SparseFieldsetTests.swift index 7845119..003dcc5 100644 --- a/Tests/JSONAPITests/SparseFields/SparseFieldsetTests.swift +++ b/Tests/JSONAPITests/SparseFields/SparseFieldsetTests.swift @@ -10,7 +10,7 @@ import Foundation import JSONAPI import JSONAPITesting -class SparseFieldEncoderTests: XCTestCase { +class SparseFieldsetTests: XCTestCase { func test_FullEncode() { let jsonEncoder = JSONEncoder() let sparseWithEverything = SparseFieldset(testEverythingObject, fields: EverythingTest.Attributes.CodingKeys.allCases)