Skip to content

Commit e579c73

Browse files
committed
Updated test to work with MarkLogic 10
1 parent e30370a commit e579c73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

marklogic-client-api/src/test/java/com/marklogic/client/test/datamovement/RowBatcherFailureTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ void invalidQuery() {
2727
RowManager rowManager = client.newRowManager();
2828
PlanBuilder op = rowManager.newPlanBuilder();
2929
PlanBuilder.ModifyPlan plan = op
30-
.fromView("opticUnitTest", "musician")
30+
.fromView("opticUnitTest", "musician_ml10")
3131
.where(op.eq(op.col("dob"), op.xs.string("this is not a valid date")));
3232

3333
List<JsonNode> returnedRows = new ArrayList<>();

0 commit comments

Comments
 (0)