Skip to content

Commit

Permalink
INSTA-3874: Informix DC unit tests added
Browse files Browse the repository at this point in the history
  • Loading branch information
LakshmiPriyaSujith committed May 22, 2024
1 parent af3326a commit b71bdd1
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ public static void init() throws SQLException {
Field metricCollector = informixDc.getClass().getDeclaredField("metricCollector");
metricCollector.setAccessible(true);
metricCollector.set(informixDc, metricsCollector);
System.out.println();
} catch (NoSuchFieldException | IllegalAccessException e) {
throw new RuntimeException(e);
}
Expand Down

0 comments on commit b71bdd1

Please sign in to comment.