Skip to content

Commit

Permalink
Update docs/guide/testing.md
Browse files Browse the repository at this point in the history
Co-authored-by: Rodrigo Girão Serrão <[email protected]>
  • Loading branch information
darrenburns and rodrigogiraoserrao authored Sep 21, 2023
1 parent 6be46be commit ae82c48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ def test_calculator_pressing_numbers(snap_compare):

#### Changing the terminal size

To capture the snapshot with a different terminal size, pass a tuple `(height, width)` as the `terminal_size` parameter.
To capture the snapshot with a different terminal size, pass a tuple `(width, height)` as the `terminal_size` parameter.

```python
def test_calculator(snap_compare):
Expand Down

0 comments on commit ae82c48

Please sign in to comment.