Skip to content

Commit 476f4a6

Browse files
committed
try fix windows bug 0014...
1 parent f5def34 commit 476f4a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit_tests/unit_test_world_builder.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4151,7 +4151,7 @@ TEST_CASE("WorldBuilder Parameters")
41514151

41524152

41534153
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\"."));
4154+
Contains("Could not find"));
41554155
CHECK_THROWS_WITH(prm.get("array value at points one value string",additional_points),
41564156
Contains("Could not convert values of /array value at points one value string/0/0 into a double. The provided value was \"test2\"."));
41574157
CHECK_THROWS_WITH(prm.get("value at points set ap val string",additional_points),

0 commit comments

Comments
 (0)