Commit d20c5d6
authored
fix : snapshot to the modern multiline format (#19517)
## Which issue does this PR close?
N/A
## Rationale for this change
A legacy inline insta snapshot was using an outdated format that does
not start and end with a newline. Newer versions of insta warn about
this format and will fail to match such snapshots in the future.
Updating the snapshot to the modern multiline format ensures forward
compatibility and avoids future snapshot failures.
## What changes are included in this PR?
- Converted a legacy inline insta snapshot to the modern multiline raw
snapshot format.
- Added leading and trailing newlines as required by current insta
snapshot conventions.
- No changes were made to the underlying logic or behavior.
## Are these changes tested?
Yes
## Are there any user-facing changes?
No1 parent e5ca510 commit d20c5d6
1 file changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4508 | 4508 | | |
4509 | 4509 | | |
4510 | 4510 | | |
4511 | | - | |
| 4511 | + | |
| 4512 | + | |
| 4513 | + | |
| 4514 | + | |
4512 | 4515 | | |
4513 | 4516 | | |
4514 | 4517 | | |
| |||
0 commit comments