Skip to content

Commit 6aeb859

Browse files
committed
Remove now deleted test from linuxmain
1 parent 163ac94 commit 6aeb859

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

Tests/JSONAPITests/XCTestManifests.swift

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ extension AttributeTests {
77
]
88
}
99

10+
extension Attribute_FunctorTests {
11+
static let __allTests = [
12+
("test_mapGuaranteed", test_mapGuaranteed),
13+
("test_mapOptionalFailure", test_mapOptionalFailure),
14+
("test_mapOptionalSuccess", test_mapOptionalSuccess),
15+
]
16+
}
17+
1018
extension Attribute_LiteralTests {
1119
static let __allTests = [
1220
("test_ArrayLiteral", test_ArrayLiteral),
@@ -19,6 +27,15 @@ extension Attribute_LiteralTests {
1927
]
2028
}
2129

30+
extension ComputedPropertiesTests {
31+
static let __allTests = [
32+
("test_ComputedAttributeAccess", test_ComputedAttributeAccess),
33+
("test_ComputedRelationshipAccess", test_ComputedRelationshipAccess),
34+
("test_DecodeIgnoresComputed", test_DecodeIgnoresComputed),
35+
("test_EncodeIgnoresComputed", test_EncodeIgnoresComputed),
36+
]
37+
}
38+
2239
extension DocumentTests {
2340
static let __allTests = [
2441
("test_errorDocumentNoMeta", test_errorDocumentNoMeta),
@@ -204,6 +221,7 @@ extension RelationshipTests {
204221

205222
extension Relationship_LiteralTests {
206223
static let __allTests = [
224+
("test_ArrayLiteral", test_ArrayLiteral),
207225
("test_NilLiteral", test_NilLiteral),
208226
]
209227
}
@@ -223,7 +241,9 @@ extension ResourceBodyTests {
223241
public func __allTests() -> [XCTestCaseEntry] {
224242
return [
225243
testCase(AttributeTests.__allTests),
244+
testCase(Attribute_FunctorTests.__allTests),
226245
testCase(Attribute_LiteralTests.__allTests),
246+
testCase(ComputedPropertiesTests.__allTests),
227247
testCase(DocumentTests.__allTests),
228248
testCase(EntityCheckTests.__allTests),
229249
testCase(EntityTests.__allTests),

0 commit comments

Comments
 (0)