File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -249,7 +249,7 @@ public func verifySnapshot<Value, Format>(
249
249
? """
250
250
Record mode is on. Turn record mode off and re-run " \( testName) " to test against the newly-recorded snapshot.
251
251
252
- open " \( snapshotFileUrl. path ) "
252
+ open " \( snapshotFileUrl. absoluteString ) "
253
253
254
254
Recorded snapshot: …
255
255
"""
@@ -302,9 +302,9 @@ public func verifySnapshot<Value, Format>(
302
302
. map { " \( $0) \" \( snapshotFileUrl. path) \" \" \( failedSnapshotFileUrl. path) \" " }
303
303
?? """
304
304
@ \( minus)
305
- " \( snapshotFileUrl. path ) "
305
+ " \( snapshotFileUrl. absoluteString ) "
306
306
@ \( plus)
307
- " \( failedSnapshotFileUrl. path ) "
307
+ " \( failedSnapshotFileUrl. absoluteString ) "
308
308
309
309
To configure output for a custom diff tool, like Kaleidoscope:
310
310
You can’t perform that action at this time.
0 commit comments