Skip to content

Commit

Permalink
mulog: Fix realtime lock tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vpetrigo committed Oct 23, 2024
1 parent e297ed5 commit 3ae92be
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/mulog_realtime_lock_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -177,11 +177,8 @@ TEST(MulogRealtimeLock, SimpleOperations)
mock().checkExpectations();
CHECK_EQUAL(0, log_ret);

mock().expectOneCall("mulog_config_mulog_lock").andReturnValue(0);
mock().expectNoCall("mulog_config_mulog_unlock");
log_ret = mulog_deferred_process();
mock().checkExpectations();
CHECK_EQUAL(0, log_ret);
CHECK_EQUAL(MULOG_RET_CODE_UNSUPPORTED, log_ret);
}

TEST(MulogRealtimeLock, MockLogWithLogMessageError)
Expand Down

0 comments on commit 3ae92be

Please sign in to comment.