Skip to content

Commit ce67f53

Browse files
committed
test: fixed docs
1 parent 6e75851 commit ce67f53

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/categories.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

docs/code_generation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

docs/testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def test_a():
2929
Inline-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"
3333
from inline_snapshot import snapshot
3434
from inline_snapshot.testing import Example
3535

0 commit comments

Comments
 (0)