diff --git a/Tests/JSONAPITests/XCTestManifests.swift b/Tests/JSONAPITests/XCTestManifests.swift index 43dad79..4cde925 100644 --- a/Tests/JSONAPITests/XCTestManifests.swift +++ b/Tests/JSONAPITests/XCTestManifests.swift @@ -218,6 +218,8 @@ extension IncludedTests { ("test_SevenDifferentIncludes_encode", test_SevenDifferentIncludes_encode), ("test_SixDifferentIncludes", test_SixDifferentIncludes), ("test_SixDifferentIncludes_encode", test_SixDifferentIncludes_encode), + ("test_TenDifferentIncludes", test_TenDifferentIncludes), + ("test_TenDifferentIncludes_encode", test_TenDifferentIncludes_encode), ("test_ThreeDifferentIncludes", test_ThreeDifferentIncludes), ("test_ThreeDifferentIncludes_encode", test_ThreeDifferentIncludes_encode), ("test_TwoDifferentIncludes", test_TwoDifferentIncludes), @@ -273,44 +275,6 @@ extension PolyProxyTests { ] } -extension PolyTests { - // DO NOT MODIFY: This is autogenerated, use: - // `swift test --generate-linuxmain` - // to regenerate. - static let __allTests__PolyTests = [ - ("test_init_Poly0", test_init_Poly0), - ("test_init_Poly1", test_init_Poly1), - ("test_init_Poly2", test_init_Poly2), - ("test_init_Poly3", test_init_Poly3), - ("test_init_Poly4", test_init_Poly4), - ("test_init_Poly5", test_init_Poly5), - ("test_init_Poly6", test_init_Poly6), - ("test_init_Poly7", test_init_Poly7), - ("test_init_Poly8", test_init_Poly8), - ("test_init_Poly9", test_init_Poly9), - ("test_Poly0_decode_throws", test_Poly0_decode_throws), - ("test_Poly0_encode_throws", test_Poly0_encode_throws), - ("test_Poly1_decode_throws_typeNotFound", test_Poly1_decode_throws_typeNotFound), - ("test_Poly1_lookup", test_Poly1_lookup), - ("test_Poly2_decode_throws_typeNotFound", test_Poly2_decode_throws_typeNotFound), - ("test_Poly2_lookup", test_Poly2_lookup), - ("test_Poly3_decode_throws_typeNotFound", test_Poly3_decode_throws_typeNotFound), - ("test_Poly3_lookup", test_Poly3_lookup), - ("test_Poly4_decode_throws_typeNotFound", test_Poly4_decode_throws_typeNotFound), - ("test_Poly4_lookup", test_Poly4_lookup), - ("test_Poly5_decode_throws_typeNotFound", test_Poly5_decode_throws_typeNotFound), - ("test_Poly5_lookup", test_Poly5_lookup), - ("test_Poly6_decode_throws_typeNotFound", test_Poly6_decode_throws_typeNotFound), - ("test_Poly6_lookup", test_Poly6_lookup), - ("test_Poly7_decode_throws_typeNotFound", test_Poly7_decode_throws_typeNotFound), - ("test_Poly7_lookup", test_Poly7_lookup), - ("test_Poly8_decode_throws_typeNotFound", test_Poly8_decode_throws_typeNotFound), - ("test_Poly8_lookup", test_Poly8_lookup), - ("test_Poly9_decode_throws_typeNotFound", test_Poly9_decode_throws_typeNotFound), - ("test_Poly9_lookup", test_Poly9_lookup), - ] -} - extension RelationshipTests { // DO NOT MODIFY: This is autogenerated, use: // `swift test --generate-linuxmain` @@ -486,7 +450,6 @@ public func __allTests() -> [XCTestCaseEntry] { testCase(LinksTests.__allTests__LinksTests), testCase(NonJSONAPIRelatableTests.__allTests__NonJSONAPIRelatableTests), testCase(PolyProxyTests.__allTests__PolyProxyTests), - testCase(PolyTests.__allTests__PolyTests), testCase(RelationshipTests.__allTests__RelationshipTests), testCase(ResourceBodyTests.__allTests__ResourceBodyTests), testCase(ResourceObjectTests.__allTests__ResourceObjectTests),