Skip to content
This repository has been archived by the owner on May 26, 2020. It is now read-only.

Commit

Permalink
make test more understandable
Browse files Browse the repository at this point in the history
  • Loading branch information
amckenzie committed Jun 22, 2017
1 parent 7208a04 commit 01d00ac
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -458,6 +458,7 @@ public void shouldNotTryToCloseANullConnection() throws Exception {

try {
fileStore.find(randomUUID());
fail();
} catch (final FileServiceException ignored) {
}
}
Expand Down

0 comments on commit 01d00ac

Please sign in to comment.