Fix OTG album local path storage
This commit is contained in:
@ -56,6 +56,8 @@ final class TravelAlbumOTGStorageTests: XCTestCase {
|
||||
|
||||
XCTAssertEqual(loaded.first?.status, .pending)
|
||||
XCTAssertEqual(loaded.first?.progress, 0)
|
||||
XCTAssertEqual(loaded.first?.localPath, "originals/A.JPG")
|
||||
XCTAssertEqual(store.absoluteURL(for: loaded.first?.localPath ?? "", albumId: 33), file)
|
||||
}
|
||||
|
||||
func testRemoveAndClearAlbumDeleteFiles() throws {
|
||||
|
||||
Reference in New Issue
Block a user