Skip to content

Commit fbf1c1c

Browse files
author
Kristel
committed
test DisplayName changes
1 parent c7ad5b2 commit fbf1c1c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tado-api-test/src/test/kotlin/tadoclient/apis/BridgeApi_IT.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import kotlin.test.assertNotEquals
1313

1414
@SpringBootTest(classes = arrayOf( Application::class))
1515
@TestMethodOrder(MethodOrderer.OrderAnnotation::class)
16-
@DisplayName("tado API - heating circuit")
16+
@DisplayName("tado API - bridge")
1717
class BridgeApi_IT(
1818
@Qualifier("tadoStrictRestClient")
1919
val tadoStrictRestClient: RestClient,

tado-api-test/src/test/kotlin/tadoclient/apis/HomeByBridgeApi_IT.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import kotlin.test.Test
1515

1616
@SpringBootTest(classes = arrayOf( Application::class))
1717
@TestMethodOrder(MethodOrderer.OrderAnnotation::class)
18-
@DisplayName("tado API - home")
18+
@DisplayName("tado API - home-by-bridge")
1919
class HomeByBridgeApi_IT(
2020
// rest client to use when not testing an API method
2121
@Qualifier("tadoRestClient")

0 commit comments

Comments
 (0)