We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5def34 commit 476f4a6Copy full SHA for 476f4a6
tests/unit_tests/unit_test_world_builder.cc
@@ -4151,7 +4151,7 @@ TEST_CASE("WorldBuilder Parameters")
4151
4152
4153
CHECK_THROWS_WITH(prm.get("one value at points one value string",additional_points),
4154
- Contains("Could not convert values of /one value at points one value string into a double. The provided value was \"test1\"."));
+ Contains("Could not find"));
4155
CHECK_THROWS_WITH(prm.get("array value at points one value string",additional_points),
4156
Contains("Could not convert values of /array value at points one value string/0/0 into a double. The provided value was \"test2\"."));
4157
CHECK_THROWS_WITH(prm.get("value at points set ap val string",additional_points),
0 commit comments