Skip to content

Commit 316377a

Browse files
committed
forcing all jetstream instances to have a storage dir
1 parent baee08b commit 316377a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/test/java/io/nats/NatsServerRunnerTest.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -669,9 +669,6 @@ private void testJsStorage(String conf, boolean setJetstream) throws Exception {
669669
private void validateJsStorage(NatsServerRunner runner) throws IOException {
670670
assertTrue(runner.getCmdLine().contains(JETSTREAM_OPTION));
671671
List<String> lines = Files.readAllLines(Paths.get(runner.getConfigFile()));
672-
for (String line : lines) {
673-
System.out.println(line);
674-
}
675672
validateContainsOneInstance(lines, "jetstream {");
676673
validateContainsOneInstance(lines, "store_dir=");
677674
}

0 commit comments

Comments
 (0)