Skip to content

Commit

Permalink
Fix: compilation error for NamespaceServiceTest (#863)
Browse files Browse the repository at this point in the history
  • Loading branch information
rdhabalia authored Oct 26, 2017
1 parent eb9e5fc commit 6bd024d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ public void testCreateNamespaceWithDefaultNumberOfBundles() throws Exception {
NamespaceBundle originalBundle = bundles.findBundle(dn);

// Split bundle and take ownership of split bundles
CompletableFuture<Void> result = namespaceService.splitAndOwnBundle(originalBundle);
CompletableFuture<Void> result = namespaceService.splitAndOwnBundle(originalBundle, false);

try {
result.get();
Expand Down

0 comments on commit 6bd024d

Please sign in to comment.