We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af3a6cc commit b85bd60Copy full SHA for b85bd60
UnitTests/Sources/SessionDirectoriesTests.swift
@@ -97,6 +97,9 @@ class SessionDirectoriesTests: XCTestCase {
97
XCTAssertTrue(fileManager.directoryExists(at: sessionDirectories.cacheDirectory))
98
XCTAssertEqual(try fileManager.numberOfItems(at: sessionDirectories.cacheDirectory), 0)
99
XCTAssertFalse(fileManager.fileExists(atPath: sessionDirectories.mockEventCachePath))
100
+
101
+ // The tests are done, tidy up these useless directories 🧹
102
+ sessionDirectories.delete()
103
}
104
105
0 commit comments