Skip to content

Commit 0e412c5

Browse files
author
mgeipel
committed
fixed naming of FluxProgrammTest
1 parent f7b36a9 commit 0e412c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/java/org/culturegraph/mf/flux/FluxProgrammTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@
2323
import org.junit.Test;
2424

2525
/**
26-
* Tests {@link Flow}
26+
* Tests {@link FluxProgramm}
2727
*
2828
* @author markus geipel
2929
*
3030
*/
3131

32-
public final class FlowTest {
32+
public final class FluxProgrammTest {
3333
@Test
3434
public void testCommandRegistration() {
3535
// all commands must properly load to print the help

0 commit comments

Comments
 (0)