Skip to content

Commit

Permalink
adding missing test case
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanoBelli committed Aug 28, 2024
1 parent 1e9835f commit 46ff116
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ public static Iterable<Object[]> params() {
Node nonExistingNode = Common.buildNode("/europe/it/lazio/roma/rack-1","bookie-14");

return Arrays.asList(new Object[][] {
//{null, null, ExpectedResult.IAE},
//{null, nodes[0], ExpectedResult.IAE},
//{nodes[0], null, ExpectedResult.IAE},
//{nonExistingNode, nodes[0], ExpectedResult.IAE},
Expand Down

0 comments on commit 46ff116

Please sign in to comment.