Skip to content

Commit

Permalink
Fix BatteryProtection - get tests passing
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasjbhayes committed Jan 13, 2025
1 parent 22fd570 commit a8c78db
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,11 @@ public Double getMaxIncreaseAmperePerSecond() {

@Override
public PolyLine getChargeSocToPercent() {
// TODO Auto-generated method stub
return null;
return PolyLine.empty();
}

@Override
public PolyLine getDischargeSocToPercent() {
// TODO Auto-generated method stub
return null;
return PolyLine.empty();
}
}

0 comments on commit a8c78db

Please sign in to comment.