We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f01deb commit 2624254Copy full SHA for 2624254
1 file changed
scijava/scijava-ops-engine/src/test/java/org/scijava/ops/engine/impl/ProvenanceTest.java
@@ -302,7 +302,7 @@ private OpInfo singularInfoOfName(String name) {
302
};
303
304
@Test
305
- public void testAdaptatorWithDependencies() {
+ public void testAdaptationWithDependencies() {
306
Function<Double[], Double[]> f = ops.op("test.provenanceComputer").inType(
307
Double[].class).outType(Double[].class).function();
308
@SuppressWarnings("unchecked")
0 commit comments