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 dc936c4 commit 5264211Copy full SHA for 5264211
Sources/_InternalTestSupport/SwiftTesting+Helpers.swift
@@ -32,7 +32,7 @@ public func expectFileExists(
32
/// Verifies that a file does not exist at the specified path.
33
///
34
/// - Parameters:
35
-/// - fixturePath: The absolute path to check for file non-existence.
+/// - path: The absolute path to check for file non-existence.
36
/// - comment: An optional comment to include in the failure message.
37
/// - sourceLocation: The source location where the expectation is made.
38
public func expectFileDoesNotExists(
0 commit comments