File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed
src/test/groovy/edu/ie3/datamodel/io Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010-Added weathersource documentation [ #1390 ] ( https://github.com/ie3-institute/PowerSystemDataModel/issues/1390 )
1111
1212### Fixed
13+ - Fixed small issues in tests [ #1400 ] ( https://github.com/ie3-institute/PowerSystemDataModel/issues/1400 )
1314
1415### Changed
1516
Original file line number Diff line number Diff line change 66package edu.ie3.datamodel.io.factory
77
88import edu.ie3.datamodel.exceptions.FactoryException
9- import edu.ie3.datamodel.models.input.EmInput
109import edu.ie3.datamodel.utils.Try
1110import spock.lang.Shared
1211import spock.lang.Specification
Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ class SqlTimeSeriesSourceIT extends Specification implements TestContainerHelper
126126 value. get() == P_VALUE_00MIN
127127 }
128128
129- def " The cSqlTimeSeriesSource returns the last value, if there is no current value" () {
129+ def " The SqlTimeSeriesSource returns the last value, if there is no current value" () {
130130 given :
131131 def time = TimeUtil . withDefaults. toZonedDateTime(" 2020-01-01T00:13:00Z" )
132132
You can’t perform that action at this time.
0 commit comments