Skip to content

Commit

Permalink
Update Base/src/test/java/io/deephaven/base/TestLowGarbageArrayIntege…
Browse files Browse the repository at this point in the history
…rMap.java

Co-authored-by: Ryan Caudy <[email protected]>
  • Loading branch information
niloc132 and rcaudy authored Jul 11, 2024
1 parent 5a64413 commit a9e5072
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public void testLowGarbageArrayIntegerMap() {
try {
integerToStringMap.put(-1, "negative one");
fail("expected bad index to fail");
} catch (RequirementFailure requirementFailure) {
} catch (RequirementFailure expected) {
}

try {
Expand Down

0 comments on commit a9e5072

Please sign in to comment.