Skip to content

Commit 5fb1a5e

Browse files
committed
Move OpWrappersTest to org/scijava/ops/matcher
1 parent b86ef15 commit 5fb1a5e

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

scijava/scijava-ops/src/test/java/org/scijava/ops/core/function/OpWrappersTest.java renamed to scijava/scijava-ops/src/test/java/org/scijava/ops/matcher/OpWrappersTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* corresponding template in templates/ and rerun bin/generate.groovy.
44
*/
55

6-
package org.scijava.ops.core.function;
6+
package org.scijava.ops.matcher;
77

88
import static org.junit.Assert.assertTrue;
99

scijava/scijava-ops/templates/test/java/org/scijava/ops/core/function/OpWrappersTest.list renamed to scijava/scijava-ops/templates/test/java/org/scijava/ops/matcher/OpWrappersTest.list

File renamed without changes.

scijava/scijava-ops/templates/test/java/org/scijava/ops/core/function/OpWrappersTest.vm renamed to scijava/scijava-ops/templates/test/java/org/scijava/ops/matcher/OpWrappersTest.vm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* corresponding template in templates/ and rerun bin/generate.groovy.
44
*/
55

6-
package org.scijava.ops.core.function;
6+
package org.scijava.ops.matcher;
77

88
import static org.junit.Assert.assertTrue;
99

0 commit comments

Comments
 (0)