Skip to content

Commit

Permalink
update unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-du-car committed Jul 18, 2023
1 parent c98778d commit 1705c98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/v2i-hub/CDASimAdapter/test/TestSimulationMessages.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ TEST(SimulationMessages, ExternalObjectToRoutableMessage)
ASSERT_EQ(0, routeableMsg.get_sourceId());
ASSERT_EQ("CDASimAdapter", routeableMsg.get_source());
ASSERT_EQ("ExternalObject",routeableMsg.get_subtype());
ASSERT_EQ("Detected", routeableMsg.get_type());
ASSERT_EQ("Simulation", routeableMsg.get_type());
}

0 comments on commit 1705c98

Please sign in to comment.