From a1ed92dab2827b349e4e51a654b42c1c7a5c1c8b Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 14 Jan 2022 15:41:21 +0100 Subject: Merging upstream version 1.7.0. Signed-off-by: Daniel Baumann --- tests/test_sqlexecute.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'tests/test_sqlexecute.py') diff --git a/tests/test_sqlexecute.py b/tests/test_sqlexecute.py index 029c64b..e559bc6 100644 --- a/tests/test_sqlexecute.py +++ b/tests/test_sqlexecute.py @@ -210,7 +210,11 @@ def test_verbose_feature_of_favorite_query(executor): results = run(executor, "\\f sh_param 1") assert_result_equal( - results, title=None, headers=["a", "id"], rows=[("abc", 1)], auto_status=False, + results, + title=None, + headers=["a", "id"], + rows=[("abc", 1)], + auto_status=False, ) results = run(executor, "\\f+ sh_param 1") -- cgit v1.2.3