Skip to content

Commit

Permalink
Test name modified
Browse files Browse the repository at this point in the history
  • Loading branch information
EnricoCestaro committed Mar 4, 2020
1 parent c523e3b commit 6bad1d3
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,11 +98,11 @@ public void nullSearcher_throws() {

/**
* This test starts a searchId operation, that should end with the calling Request being closed,
* but the Request doesn't exist; as it is written, the code simply ignore the situation after
* having started the research
* but the Request doesn't exist; in the way it is written, the code should simply ignore the
* situation after having started the research (no Exceptions)
*/
@Test
public void nullRequest_throws() {
public void closingUnexistingRequest_noExcpetionThrow() {
IdFinderHandler.searchId(validNodeId1, searcherPeer);
}

Expand Down

0 comments on commit 6bad1d3

Please sign in to comment.