File tree 2 files changed +2
-2
lines changed
tado-api-test/src/test/kotlin/tadoclient/apis
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ import kotlin.test.assertNotEquals
13
13
14
14
@SpringBootTest(classes = arrayOf( Application ::class ))
15
15
@TestMethodOrder(MethodOrderer .OrderAnnotation ::class )
16
- @DisplayName(" tado API - heating circuit " )
16
+ @DisplayName(" tado API - bridge " )
17
17
class BridgeApi_IT (
18
18
@Qualifier(" tadoStrictRestClient" )
19
19
val tadoStrictRestClient : RestClient ,
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ import kotlin.test.Test
15
15
16
16
@SpringBootTest(classes = arrayOf( Application ::class ))
17
17
@TestMethodOrder(MethodOrderer .OrderAnnotation ::class )
18
- @DisplayName(" tado API - home" )
18
+ @DisplayName(" tado API - home-by-bridge " )
19
19
class HomeByBridgeApi_IT (
20
20
// rest client to use when not testing an API method
21
21
@Qualifier(" tadoRestClient" )
You can’t perform that action at this time.
0 commit comments