Skip to content

Commit 873f454

Browse files
georgeajitgeorgeajit
georgeajit
authored and
georgeajit
committed
Uncommented after class method
1 parent ff2cd74 commit 873f454

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/TestOpticOnLiterals.java

+1-3
Original file line numberDiff line numberDiff line change
@@ -1955,11 +1955,9 @@ public void testFacetByWithBucketGroups() throws KeyManagementException, NoSuchA
19551955
} catch (Exception ex) {
19561956
assertTrue("Incorrect error/exception message", ex.getMessage().contains("failed to apply resource at rows: Internal Server Error"));
19571957
}
1958-
1959-
System.out.println("End");
19601958
}
19611959

1962-
// @AfterClass
1960+
@AfterClass
19631961
public static void tearDownAfterClass() throws Exception
19641962
{
19651963
System.out.println("In tear down");

0 commit comments

Comments
 (0)