Skip to content

Commit 0cbf6eb

Browse files
committed
Fix issue #60: Place OreAggregationAdder and its test in same package
The OreAggregationAdder and its corresponding test cases were in different packages. This commit moves the test case into the same package as the main class.
1 parent 41329a7 commit 0cbf6eb

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/test/java/org/culturegraph/mf/stream/pipe/bib/OreAggregationAdderTest.java renamed to src/test/java/org/culturegraph/mf/stream/pipe/OreAggregationAdderTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16-
package org.culturegraph.mf.stream.pipe.bib;
16+
package org.culturegraph.mf.stream.pipe;
1717

1818
import org.culturegraph.mf.stream.pipe.OreAggregationAdder;
1919
import org.culturegraph.mf.test.TestSuite;

0 commit comments

Comments
 (0)