mirror of
https://github.com/encounter/JSONAPI.git
synced 2026-03-30 11:18:38 -07:00
16 lines
213 B
Swift
16 lines
213 B
Swift
|
|
//
|
||
|
|
// PlaceholderTests.swift
|
||
|
|
// JSONAPIArbitraryTests
|
||
|
|
//
|
||
|
|
// Created by Mathew Polzin on 12/7/18.
|
||
|
|
//
|
||
|
|
|
||
|
|
import XCTest
|
||
|
|
import JSONAPIArbitrary
|
||
|
|
|
||
|
|
class PlaceholderTests: XCTestCase {
|
||
|
|
func test_Placeholder() {
|
||
|
|
|
||
|
|
}
|
||
|
|
}
|