Update test manifest
Signed-off-by: Angelo Stavrow <angelo@droppedbits.com>
This commit is contained in:
parent
d36edaf85a
commit
9a798ebc76
|
@ -3,7 +3,7 @@ import XCTest
|
||||||
#if !canImport(ObjectiveC)
|
#if !canImport(ObjectiveC)
|
||||||
public func allTests() -> [XCTestCaseEntry] {
|
public func allTests() -> [XCTestCaseEntry] {
|
||||||
return [
|
return [
|
||||||
testCase(WriteFreelyTests.allTests),
|
testCase(WriteFreelyClientCollectionTests.allTests),
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue