Files
JSONAPI/Tests/JSONAPITests/SparseFields/SparseFieldEncoderTests.swift
T
2019-08-05 14:51:18 -07:00

16 lines
230 B
Swift

//
// SparseFieldEncoderTests.swift
//
//
// Created by Mathew Polzin on 8/5/19.
//
import XCTest
import JSONAPI
class SparseFieldEncoderTests: XCTestCase {
func test_placeholder() {
// TODO: write tests
}
}