Skip to content

Commit a3aad11

Browse files
committed
Format
1 parent 08fd6e8 commit a3aad11

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Svc/FpySequencer/test/ut/FpySequencerTestMain.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2824,8 +2824,7 @@ TEST_F(FpySequencerTester, seqBaseDir_fileOpenLogsResolvedPath) {
28242824
dispatchUntilState(State::IDLE);
28252825

28262826
ASSERT_EVENTS_FileOpenError_SIZE(1);
2827-
ASSERT_EQ(this->eventHistory_FileOpenError->at(0).filePath,
2828-
Fw::LogStringArg("nonexistent_dir/test.bin"));
2827+
ASSERT_EQ(this->eventHistory_FileOpenError->at(0).filePath, Fw::LogStringArg("nonexistent_dir/test.bin"));
28292828
}
28302829

28312830
TEST_F(FpySequencerTester, prmSeqBaseDirTlm) {

0 commit comments

Comments
 (0)