Skip to content

Commit d2f2aba

Browse files
gselzerctrueden
authored andcommitted
Identify expected behavior in empty catch block
1 parent 2624254 commit d2f2aba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scijava/scijava-ops-engine/src/test/java/org/scijava/ops/engine/hints/AdaptationHintTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ public void testNonAdaptableOp() {
8686
Double[].class).computer();
8787
throw new IllegalStateException("This op call should not match!");
8888
} catch( OpMatchingException e) {
89+
// NB: expected behavior.
8990
}
9091
}
9192

0 commit comments

Comments
 (0)