Skip to content

Commit

Permalink
Update BTreeTests.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
emma-k-alexandra authored Jul 27, 2019
1 parent 75a9e10 commit bd3f60e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Tests/BTreeTests/BTreeTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -172,9 +172,7 @@ final class BTreeTests: XCTestCase {

XCTAssertEqual(try! tree.find(element10.key)?.value , element10.value.value)

print(tempDirectory)

// try? FileManager.default.removeItem(at: tempDirectory)
try? FileManager.default.removeItem(at: tempDirectory)

}

Expand Down

0 comments on commit bd3f60e

Please sign in to comment.