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
10
10
-Added weathersource documentation [ #1390 ] ( https://github.com/ie3-institute/PowerSystemDataModel/issues/1390 )
11
11
12
12
### Fixed
13
+ - Fixed small issues in tests [ #1400 ] ( https://github.com/ie3-institute/PowerSystemDataModel/issues/1400 )
13
14
14
15
### Changed
15
16
Original file line number Diff line number Diff line change 6
6
package edu.ie3.datamodel.io.factory
7
7
8
8
import edu.ie3.datamodel.exceptions.FactoryException
9
- import edu.ie3.datamodel.models.input.EmInput
10
9
import edu.ie3.datamodel.utils.Try
11
10
import spock.lang.Shared
12
11
import spock.lang.Specification
Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ class SqlTimeSeriesSourceIT extends Specification implements TestContainerHelper
126
126
value. get() == P_VALUE_00MIN
127
127
}
128
128
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" () {
130
130
given :
131
131
def time = TimeUtil . withDefaults. toZonedDateTime(" 2020-01-01T00:13:00Z" )
132
132
You can’t perform that action at this time.
0 commit comments