File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -222,7 +222,7 @@ The reason for updates might be that `#!python repr()` of the object has changed
222222=== "--inline-snapshot=update"
223223
224224 <!-- inline-snapshot: update outcome-passed=1 -->
225- ``` python hl_lines="20 21 22 23 24 25 26 28 30 "
225+ ``` python hl_lines="20 21 22 23 24 26 28"
226226 from inline_snapshot import snapshot
227227
228228
Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ The code is generated in the following way:
8686
8787 === "--inline-snapshot=update"
8888 <!-- inline-snapshot: update outcome-passed=1 -->
89- ``` python hl_lines="6 7 8 9 "
89+ ``` python hl_lines="5 6 7 8"
9090 from inline_snapshot import snapshot
9191
9292
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ def test_a():
2929Inline-snapshot will then populate the empty snapshots.
3030
3131<!-- inline-snapshot: create outcome-passed=1 outcome-errors=1 -->
32- ``` python hl_lines="17 18 19 20 21 22 23 24 25 26 "
32+ ``` python hl_lines="7 11 13 14 15 16 17 18 "
3333from inline_snapshot import snapshot
3434from inline_snapshot.testing import Example
3535
You can’t perform that action at this time.
0 commit comments