Skip to content

Commit e0feb35

Browse files
committed
Use dash instead of colon
1 parent b92e21f commit e0feb35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/RenderingTests/assertMatch.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ func assertMatch(
1919
_ function: StaticString = #function,
2020
@ViewBuilder _ view: () -> some View
2121
) throws {
22-
try assertMatch(name: "\(URL(filePath: file).lastPathComponent):\(line)-\(function)", markup, view)
22+
try assertMatch(name: "\(URL(filePath: file).lastPathComponent)-\(line)-\(function)", markup, view)
2323
}
2424

2525
@MainActor

0 commit comments

Comments
 (0)