Skip to content
Snippets Groups Projects
Commit 5d7868da authored by Reiner Jung's avatar Reiner Jung
Browse files

Fixed test.

parent 7b092501
No related branches found
No related tags found
No related merge requests found
......@@ -26,8 +26,8 @@ public class FileBasedCleanupComponentSignatureStageTest {
FileBasedCleanupComponentSignatureStageTest.CALLEE);
final CallerCallee resultCallerCallee = new CallerCallee("first",
FileBasedCleanupComponentSignatureStageTest.CALLER.toLowerCase(), "second",
FileBasedCleanupComponentSignatureStageTest.CALLEE.toLowerCase());
FileBasedCleanupComponentSignatureStageTest.CALLER, "second",
FileBasedCleanupComponentSignatureStageTest.CALLEE);
StageTester.test(stage).and().send(callerCallee).to(stage.getInputPort()).start();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment