Skip to content

Commit

Permalink
test: have one test with inverted statement property order
Browse files Browse the repository at this point in the history
  • Loading branch information
takb committed Jan 29, 2025
1 parent 93073a0 commit 50ff792
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4354,8 +4354,8 @@ void testCustomProfileAvoidBooleanEncodedValue() {
JSONObject customModel = new JSONObject();
customModel.put("distance_influence", 0);
JSONObject priority = new JSONObject();
priority.put("if", "roundabout");
priority.put("multiply_by", 0);
priority.put("if", "roundabout");
customModel.put("priority", new JSONArray().put(priority));
body.put("custom_model", customModel);

Expand Down

0 comments on commit 50ff792

Please sign in to comment.