Skip to content

Commit ec3ea31

Browse files
Ajit GeorgeAjit George
authored andcommitted
Corrected fail message
1 parent ed0156f commit ec3ea31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-complete/src/test/java/com/marklogic/client/functionaltest/TestPOJOReadWrite1.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -520,7 +520,7 @@ public void testPOJORangeQueryOnCalendar() throws Exception {
520520
ArtifactIndexedOnCalendar a = p.next();
521521
// Assert if id = 97 is found.
522522
if (a.getId() == 97) {
523-
fail("Range Query on Calendar type failed when greater than or equal used.");
523+
fail("Range Query on Calendar type failed when greater than 97 used.");
524524
}
525525
count++;
526526
}

0 commit comments

Comments
 (0)