eolivelli commented on a change in pull request #2203: Issue #609 Add indexDirs
field to cookie
URL: https://github.com/apache/bookkeeper/pull/2203#discussion_r352833467
##########
File path:
tools/ledger/src/test/java/org/apache/bookkeeper/tools/cli/commands/cookie/GetCookieCommandTest.java
##########
@@ -99,6 +99,7 @@ public void testGetCookieFromExistentCookieFile() throws
Exception {
.setInstanceId("test-instance-id")
.setJournalDirs("/path/to/journal/dir")
.setLedgerDirs("/path/to/ledger/dirs")
+ .setIndexDirs("/path/to/index/dirs")
Review comment:
nit: it looks like we have some leading spaces
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services