From 482174f5b400e13b68ebd8c1d89b211b8f661fe9 Mon Sep 17 00:00:00 2001 From: Mathew Polzin Date: Sun, 2 Dec 2018 01:44:02 -0800 Subject: [PATCH] update linuxmain --- Tests/JSONAPITests/XCTestManifests.swift | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Tests/JSONAPITests/XCTestManifests.swift b/Tests/JSONAPITests/XCTestManifests.swift index b2a0c9d..5204df6 100644 --- a/Tests/JSONAPITests/XCTestManifests.swift +++ b/Tests/JSONAPITests/XCTestManifests.swift @@ -71,6 +71,8 @@ extension DocumentTests { ("test_singleDocumentNonOptionalFailsOnNull", test_singleDocumentNonOptionalFailsOnNull), ("test_singleDocumentNull", test_singleDocumentNull), ("test_singleDocumentNull_encode", test_singleDocumentNull_encode), + ("test_singleDocumentNullWithAPIDescription", test_singleDocumentNullWithAPIDescription), + ("test_singleDocumentNullWithAPIDescription_encode", test_singleDocumentNullWithAPIDescription_encode), ("test_singleDocumentSomeIncludes", test_singleDocumentSomeIncludes), ("test_singleDocumentSomeIncludes_encode", test_singleDocumentSomeIncludes_encode), ("test_singleDocumentSomeIncludesWithMetadata", test_singleDocumentSomeIncludesWithMetadata),