Skip to content

Commit 5264211

Browse files
committed
Fixup rebase
1 parent dc936c4 commit 5264211

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/_InternalTestSupport/SwiftTesting+Helpers.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public func expectFileExists(
3232
/// Verifies that a file does not exist at the specified path.
3333
///
3434
/// - Parameters:
35-
/// - fixturePath: The absolute path to check for file non-existence.
35+
/// - path: The absolute path to check for file non-existence.
3636
/// - comment: An optional comment to include in the failure message.
3737
/// - sourceLocation: The source location where the expectation is made.
3838
public func expectFileDoesNotExists(

0 commit comments

Comments
 (0)