From cf1beb6b89cfcefb594f40a0d698da2b1ee94955 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20=C5=A0uppa?= Date: Sat, 29 Jan 2022 01:36:34 +0100 Subject: [PATCH] fix: Add missing comma * Add missing comma in a test --- tests/rules/test_remove_shell_prompt_literal.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/rules/test_remove_shell_prompt_literal.py b/tests/rules/test_remove_shell_prompt_literal.py index 7eba66b1..7f3cb0c1 100644 --- a/tests/rules/test_remove_shell_prompt_literal.py +++ b/tests/rules/test_remove_shell_prompt_literal.py @@ -13,7 +13,7 @@ def output(): [ "$ cd newdir", " $ cd newdir", - "$ $ cd newdir" + "$ $ cd newdir", " $ $ cd newdir", ], )