Skip to content

Commit e902abb

Browse files
Merge pull request #1405 from ie3-institute/ms/#1400-fix-small-issues-in-tests
Fixed small issues in tests
2 parents 086b1b4 + 028b3c1 commit e902abb

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

src/test/groovy/edu/ie3/datamodel/io/factory/FactoryTest.groovy

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
package edu.ie3.datamodel.io.factory
77

88
import edu.ie3.datamodel.exceptions.FactoryException
9-
import edu.ie3.datamodel.models.input.EmInput
109
import edu.ie3.datamodel.utils.Try
1110
import spock.lang.Shared
1211
import spock.lang.Specification

src/test/groovy/edu/ie3/datamodel/io/source/sql/SqlTimeSeriesSourceIT.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)