From 9d4c4bc7c7221180ea80d7beb6e57601963308bf Mon Sep 17 00:00:00 2001 From: Alfredo orozco Date: Tue, 25 Jul 2023 14:15:07 -0600 Subject: [PATCH] Update test_function_buzzer.py to pass black --- test/test_function_buzzer.py | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/test/test_function_buzzer.py b/test/test_function_buzzer.py index eb98613..de16e89 100644 --- a/test/test_function_buzzer.py +++ b/test/test_function_buzzer.py @@ -15,8 +15,16 @@ def test_buzzer_function_with_default_params(): @pytest.mark.parametrize( "times, duration", [ - [1, 1], [2, 2], [3, 3], [4, 4], [5, 5], [6, 6], [7, 7], [8, 8], [9, 9], - ] + [1, 1], + [2, 2], + [3, 3], + [4, 4], + [5, 5], + [6, 6], + [7, 7], + [8, 8], + [9, 9], + ], ) def test_buzzer_function(times, duration): instance = printer.Dummy()