Skip to content

Commit 927f6c8

Browse files
Added missing brace for FpySequencer UT
1 parent 7e7442e commit 927f6c8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Svc/FpySequencer/test/ut/FpySequencerTestMain.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3358,6 +3358,7 @@ TEST_F(FpySequencerTester, seqCancelIn) {
33583358
dispatchUntilState(State::IDLE);
33593359
ASSERT_EVENTS_SequenceCancelled_SIZE(1);
33603360
ASSERT_from_seqDoneOut(0, 0, 0, Fw::CmdResponse::EXECUTION_ERROR);
3361+
}
33613362

33623363
TEST_F(FpySequencerTester, seqRunInArgs) {
33633364
allocMem();

0 commit comments

Comments
 (0)