Skip to content

Commit 2624254

Browse files
gselzerctrueden
authored andcommitted
Fix ProvenanceTest typo
1 parent 6f01deb commit 2624254

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scijava/scijava-ops-engine/src/test/java/org/scijava/ops/engine/impl/ProvenanceTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ private OpInfo singularInfoOfName(String name) {
302302
};
303303

304304
@Test
305-
public void testAdaptatorWithDependencies() {
305+
public void testAdaptationWithDependencies() {
306306
Function<Double[], Double[]> f = ops.op("test.provenanceComputer").inType(
307307
Double[].class).outType(Double[].class).function();
308308
@SuppressWarnings("unchecked")

0 commit comments

Comments
 (0)