mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-01-17 14:37:11 +01:00
tidy up
This commit is contained in:
@@ -380,9 +380,7 @@ class CoreStoreTests: XCTestCase {
|
||||
do {
|
||||
|
||||
let fileManager = NSFileManager.defaultManager()
|
||||
try fileManager.removeItemAtURL(
|
||||
fileManager.URLsForDirectory(deviceDirectorySearchPath, inDomains: .UserDomainMask).first!
|
||||
)
|
||||
try fileManager.removeItemAtURL(defaultRootDirectory)
|
||||
}
|
||||
catch _ { }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user