Skip to content

Commit bd24552

Browse files
204: Rename tests
1 parent f03761d commit bd24552

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/commonTest/src/stress/map/PersistentHashMapBuilderTest.kt

+2-2
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ class PersistentHashMapBuilderTest : ExecutionTimeMeasuringTest() {
227227
}
228228

229229
@Test
230-
fun testReproduceOverIterationIssue() {
230+
fun iterationsAfterPromotionTest() {
231231
val map: PersistentHashMap<Int, String> =
232232
persistentHashMapOf(1 to "a", 2 to "b", 3 to "c", 0 to "y", 32 to "z") as PersistentHashMap<Int, String>
233233
val builder = map.builder()
@@ -248,7 +248,7 @@ class PersistentHashMapBuilderTest : ExecutionTimeMeasuringTest() {
248248
}
249249

250250
@Test
251-
fun testReproduceOverIterationIssue2() {
251+
fun iterationsAfterPromotionWithIntWrapperTest() {
252252
val zeroKey = IntWrapper(0, 0)
253253

254254
val map: PersistentHashMap<IntWrapper, String> = persistentHashMapOf(

0 commit comments

Comments
 (0)