From 44c6a7d6f2b5430a72226a357dea724edc9ffe65 Mon Sep 17 00:00:00 2001 From: thomas-bc <49786685+thomas-bc@users.noreply.github.com> Date: Wed, 11 Dec 2024 14:14:24 -0800 Subject: [PATCH] Fix formatting --- Ref/test/int/ref_integration_test.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Ref/test/int/ref_integration_test.py b/Ref/test/int/ref_integration_test.py index 378d00062f..dc757d43e6 100644 --- a/Ref/test/int/ref_integration_test.py +++ b/Ref/test/int/ref_integration_test.py @@ -255,9 +255,7 @@ def test_active_logger_filter(fprime_test_api): def test_signal_generation(fprime_test_api): """Tests the behavior of signal gen component""" - fprime_test_api.send_and_assert_command( - "Ref.SG4.Settings", [1, 5, 0, "SQUARE"] - ) + fprime_test_api.send_and_assert_command("Ref.SG4.Settings", [1, 5, 0, "SQUARE"]) # First telemetry item should fill only the first slot of the history history = [0, 0, 0, 5] pair_history = [{"time": 0, "value": value} for value in history]