Skip to content

Commit 247ece6

Browse files
committed
remove unnecessary delete action in test
1 parent 8eef6cd commit 247ece6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Tests/SwiftDocCTests/Infrastructure/ReferenceResolverTests.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -375,8 +375,6 @@ class ReferenceResolverTests: XCTestCase {
375375
""".write(to: root.appendingPathComponent("Article.md"), atomically: true, encoding: .utf8)
376376
}
377377

378-
defer { try? FileManager.default.removeItem(at: bundleURL) }
379-
380378
// Get a translated render node
381379
let node = try context.entity(with: ResolvedTopicReference(bundleIdentifier: "org.swift.docc.example", path: "/documentation/BundleWithRelativePathAmbiguity/Dependency", sourceLanguage: .swift))
382380
var translator = RenderNodeTranslator(context: context, bundle: bundle, identifier: node.reference, source: nil)

0 commit comments

Comments
 (0)