Skip to content

Commit 7be168e

Browse files
committed
refactor
1 parent 26746c0 commit 7be168e

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/test/java/de/rwth/idsg/steve/OperationalTestSoapOCPP16.java

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ private void testBody(List<MeterValue> meterValues, List<MeterValue> transaction
399399
Assert.assertEquals(stopValue, Integer.parseInt(t.getStopValue()));
400400

401401
if (transactionData != null) {
402-
checkTransactionData(transactionData, transactionID);
402+
checkMeterValues(transactionData, transactionID);
403403
}
404404
}
405405

@@ -439,10 +439,6 @@ private void initConnectorsWithStatusNotification(CentralSystemService client) {
439439
}
440440
}
441441

442-
private void checkTransactionData(List<MeterValue> transactionData, int transactionID) {
443-
checkMeterValues(transactionData, transactionID);
444-
}
445-
446442
private void checkMeterValues(List<MeterValue> meterValues, int transactionPk) {
447443
TransactionDetails details = __DatabasePreparer__.getDetails(transactionPk);
448444

0 commit comments

Comments
 (0)