Skip to content

Commit

Permalink
Updated test to work with MarkLogic 10
Browse files Browse the repository at this point in the history
  • Loading branch information
rjrudin committed Jan 29, 2024
1 parent e30370a commit e579c73
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ void invalidQuery() {
RowManager rowManager = client.newRowManager();
PlanBuilder op = rowManager.newPlanBuilder();
PlanBuilder.ModifyPlan plan = op
.fromView("opticUnitTest", "musician")
.fromView("opticUnitTest", "musician_ml10")
.where(op.eq(op.col("dob"), op.xs.string("this is not a valid date")));

List<JsonNode> returnedRows = new ArrayList<>();
Expand Down

0 comments on commit e579c73

Please sign in to comment.