Skip to content

Commit f94b6fc

Browse files
committed
Clear Temp IDs
1 parent 34558a0 commit f94b6fc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CodeEditUITests/ProjectPath.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,5 @@ func tempProjectPath() throws -> String {
3939
func cleanUpTempProjectPaths() throws {
4040
let baseDir = FileManager.default.temporaryDirectory.appending(path: "CodeEditUITests")
4141
try FileManager.default.removeItem(at: baseDir)
42+
tempProjectPathIds.removeAll()
4243
}

0 commit comments

Comments
 (0)