Skip to content

Commit

Permalink
file py file formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jawest committed Aug 19, 2024
1 parent b7e0e03 commit 9994751
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion RPI/test/int/rpi_integration_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,11 @@ def test_send_command(fprime_test_api):
def test_send_and_assert_no_op(fprime_test_api):
length = 100
failed = 0
evr_seq = ["Ref.cmdDisp.OpCodeDispatched", "Ref.cmdDisp.NoOpReceived", "Ref.cmdDisp.OpCodeCompleted"]
evr_seq = [
"Ref.cmdDisp.OpCodeDispatched",
"Ref.cmdDisp.NoOpReceived",
"Ref.cmdDisp.OpCodeCompleted",
]
any_reordered = False
dropped = False
for i in range(0, length):
Expand Down

0 comments on commit 9994751

Please sign in to comment.