Skip to content

Commit

Permalink
rename test
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnN193 committed May 23, 2024
1 parent 903404a commit 03a9544
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions viam-cartographer/src/carto_facade/carto_facade_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -181,10 +181,10 @@ BOOST_AUTO_TEST_CASE(CartoFacade_init_validate) {

// Test config validation with no camera
struct viam_carto_algo_config ac = viam_carto_algo_config_setup(false);
struct viam_carto_config vcc_empty_component_ref = viam_carto_config_setup(
struct viam_carto_config vcc_no_sensors = viam_carto_config_setup(
VIAM_CARTO_THREE_D, no_camera, no_movement_sensor, true, "");

BOOST_TEST(viam_carto_init(&vc, lib, vcc_empty_component_ref, ac) ==
BOOST_TEST(viam_carto_init(&vc, lib, vcc_no_sensors, ac) ==
VIAM_CARTO_LIDAR_CONFIG_INVALID);

ac = viam_carto_algo_config_setup(true);
Expand Down

0 comments on commit 03a9544

Please sign in to comment.