Skip to content
Snippets Groups Projects
Commit b1b311af authored by Sören Henning's avatar Sören Henning
Browse files

Fix expected keys

parent 6a339c78
Branches
Tags
No related merge requests found
...@@ -120,7 +120,7 @@ public class Uc3PipelineTest extends JetTestSupport { ...@@ -120,7 +120,7 @@ public class Uc3PipelineTest extends JetTestSupport {
.getHour(); .getHour();
// Compare expected output with generated output // Compare expected output with generated output
final String expectedKey = testSensorName + ";" + expectedHour; final String expectedKey = testSensorName;
final String expectedValue = Double.toString(testValueInW); final String expectedValue = Double.toString(testValueInW);
// DEBUG // DEBUG
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment