going through and fleshing out tests. minor adjustments and bug fixes.

This commit is contained in:
Mathew Polzin
2019-11-15 08:30:17 -08:00
parent 440b649577
commit ae855c85ee
23 changed files with 573 additions and 57 deletions
@@ -64,6 +64,7 @@ final class GenericJSONAPIErrorTests: XCTestCase {
let error = decoded(type: TestGenericJSONAPIError.self, data: data)
XCTAssertEqual(error, .unknown)
XCTAssertEqual(String(describing: error), "unknown error")
}
func test_encode() {