Skip to content

Commit cd65616

Browse files
authored
Update PostRepositoriesTest.kt
1 parent a373013 commit cd65616

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

boot-jooq-kotlin-co-gradle/src/test/kotlin/com/example/demo/PostRepositoriesTest.kt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -204,8 +204,8 @@ class PostRepositoriesTest {
204204
}
205205

206206

207-
@Nested
208-
inner class CountPerDayTests {
207+
// @Nested
208+
// inner class CountPerDayTests {
209209

210210
@Test
211211
fun `test posts count per day statistics`() = runTest {
@@ -276,7 +276,7 @@ class PostRepositoriesTest {
276276
result.last().count shouldBe 2
277277
result.subList(0, 8).forAny { it.count shouldBe 0 }
278278
}
279-
}
279+
// }
280280
}
281281

282282
data class PostCountPerDay(val count: Long, val date: LocalDate)

0 commit comments

Comments
 (0)