Skip to content

Commit 4ae31f3

Browse files
author
ssambasu
committed
Fixing a test
1 parent b6855ab commit 4ae31f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-complete/src/test/java/com/marklogic/client/datamovement/functionaltests/ApplyTransformTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -782,7 +782,7 @@ public void stopTransformJobTest() throws Exception {
782782
System.out.println("stopTransformJobTest: Skipped: " + skippedBatch.size());
783783
System.out.println("stopTransformJobTest: Failed: " + failedBatch.size());
784784
System.out.println("stopTransformJobTest : count " + count);
785-
Assert.assertEquals(2000, successBatch.size() + skippedBatch.size() + failedBatch.size() + count);
785+
Assert.assertEquals(2000, successBatch.size() + skippedBatch.size() + count);
786786
Assert.assertEquals(2000 - count, successBatch.size());
787787

788788
}

0 commit comments

Comments
 (0)