mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-03-25 02:41:10 +01:00
WIP: tidy up
This commit is contained in:
@@ -391,12 +391,7 @@ class CoreStoreTests: XCTestCase {
|
||||
|
||||
do {
|
||||
|
||||
let defaultDirectory = NSFileManager.defaultManager().URLsForDirectory(
|
||||
.ApplicationSupportDirectory,
|
||||
inDomains: .UserDomainMask
|
||||
).first!
|
||||
let fileManager = NSFileManager.defaultManager()
|
||||
try fileManager.removeItemAtURL(defaultDirectory)
|
||||
try NSFileManager.defaultManager().removeItemAtURL(SQLiteStore.defaultRootDirectory)
|
||||
}
|
||||
catch _ { }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user