Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
GwnDaan committed Feb 1, 2024
1 parent d630700 commit 65212f8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/tc_client_tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1108,12 +1108,12 @@ TEST(TASK_CONTROLLER_CLIENT_TESTS, StateMachineTests)
EXPECT_DEATH(interfaceUnderTest.update(), "");

CANNetworkManager::CANNetwork.update(); //! @todo: quick hack for clearing the transmit queue, can be removed once network manager' singleton is removed
interfaceUnderTest.terminate();
CANHardwareInterface::stop();

//! @todo try to reduce the reference count, such that that we don't use a control function after it is destroyed
ASSERT_TRUE(tcPartner->destroy(4));
ASSERT_TRUE(internalECU->destroy(5));

// interfaceUnderTest.terminate();
// CANHardwareInterface::stop();
}

TEST(TASK_CONTROLLER_CLIENT_TESTS, ClientSettings)
Expand Down

0 comments on commit 65212f8

Please sign in to comment.