Skip to content
This repository was archived by the owner on Jun 19, 2024. It is now read-only.

Commit eafcd08

Browse files
author
Jonas Bark
committed
spring-projects#122 - fix github issue links
1 parent 8e161b3 commit eafcd08

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/test/kotlin/org/springframework/data/r2dbc/core/CriteriaStepExtensionsTests.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ import reactor.core.publisher.Mono
3232
*/
3333
class CriteriaStepExtensionsTests {
3434

35-
@Test // gh-63
35+
@Test // gh-122
3636
fun eqIsCriteriaStep() {
3737

3838
val spec = mockk<Criteria.CriteriaStep>()

src/test/kotlin/org/springframework/data/r2dbc/core/DatabaseClientExtensionsTests.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ class DatabaseClientExtensionsTests {
141141
}
142142
}
143143

144-
@Test // gh-63
144+
@Test // gh-122
145145
fun selectFromSpecInto() {
146146

147147
val spec = mockk<DatabaseClient.SelectFromSpec>()
@@ -157,7 +157,7 @@ class DatabaseClientExtensionsTests {
157157
}
158158
}
159159

160-
@Test // gh-63
160+
@Test // gh-122
161161
fun deleteFromSpecInto() {
162162

163163
val spec = mockk<DatabaseClient.DeleteFromSpec>()

0 commit comments

Comments
 (0)