From ae82c488a82539dadd257a8826908f6d7e14e67a Mon Sep 17 00:00:00 2001 From: Darren Burns Date: Thu, 21 Sep 2023 11:04:13 +0100 Subject: [PATCH] Update docs/guide/testing.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Rodrigo Girão Serrão <5621605+rodrigogiraoserrao@users.noreply.github.com> --- docs/guide/testing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/testing.md b/docs/guide/testing.md index c2820f572d..da3a99b687 100644 --- a/docs/guide/testing.md +++ b/docs/guide/testing.md @@ -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):