mirror of
https://github.com/tsolomko/SWCompression.git
synced 2026-06-23 14:56:41 +00:00
Adapted testPax() to the last change.
This commit is contained in:
@@ -46,7 +46,7 @@ class TarTests: XCTestCase {
|
||||
return
|
||||
}
|
||||
|
||||
XCTAssertEqual(result.count, 9)
|
||||
XCTAssertEqual(result.count, 5)
|
||||
for entry in result {
|
||||
let tarEntry = entry as! TarEntry
|
||||
let name = tarEntry.name.components(separatedBy: ".")[0]
|
||||
|
||||
Reference in New Issue
Block a user