Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-bc committed Dec 11, 2024
1 parent 7f1245e commit 44c6a7d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Ref/test/int/ref_integration_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 44c6a7d

Please sign in to comment.