Skip to content

Commit

Permalink
tests: update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
machow committed Nov 8, 2024
1 parent 016e9db commit 5274a16
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions quartodoc/tests/__snapshots__/test_renderers.ambr
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@

```python
tests.example_signature.a_complex_signature(
x: list[C | int | None]
y: pathlib.Pathlib
z
x: list[C | int | None],
y: pathlib.Pathlib,
z,
)
```

Expand All @@ -26,9 +26,9 @@

```python
tests.example_signature.a_complex_signature(
x: list[C | int | None]
y: pathlib.Pathlib
z
x: list[C | int | None],
y: pathlib.Pathlib,
z,
)
```

Expand Down

0 comments on commit 5274a16

Please sign in to comment.