update changelog

This commit is contained in:
Will McGugan
2022-10-31 13:46:28 +00:00
parent 0d99b0ccd1
commit 41e2b71dcc
3 changed files with 10 additions and 1 deletions

View File

@@ -52,7 +52,7 @@ def snap_compare(
Args:
app_path (str): The path of the app.
press (Iterable[str]): Key presses to run before taking screenshot. "_" is a short pause.
terminal_size (tuple[int, int]): A pair of integers (WIDTH, SIZE), representing terminal size.
terminal_size (tuple[int, int]): A pair of integers (WIDTH, HEIGHT), representing terminal size.
Returns:
bool: True if the screenshot matches the snapshot.