Update test manifest

Signed-off-by: Angelo Stavrow <angelo@droppedbits.com>
This commit is contained in:
Angelo Stavrow 2023-05-23 12:06:46 -04:00
parent d36edaf85a
commit 9a798ebc76
No known key found for this signature in database
GPG Key ID: 1A49C7064E060EEE
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ import XCTest
#if !canImport(ObjectiveC)
public func allTests() -> [XCTestCaseEntry] {
return [
testCase(WriteFreelyTests.allTests),
testCase(WriteFreelyClientCollectionTests.allTests),
]
}
#endif