Skip to content

Commit

Permalink
RUM-6286: post-review fixes - removing seed
Browse files Browse the repository at this point in the history
  • Loading branch information
satween committed Dec 18, 2024
1 parent 55518a7 commit f4159a6
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@
package com.datadog.android.utils

import com.datadog.android.internal.utils.appendIfNotEmpty
import com.datadog.android.utils.forge.Configurator
import fr.xgouchet.elmyr.Forge
import fr.xgouchet.elmyr.junit5.ForgeConfiguration
import fr.xgouchet.elmyr.junit5.ForgeExtension
import org.assertj.core.api.Assertions.assertThat
import org.junit.jupiter.api.Test
Expand All @@ -22,7 +20,6 @@ import kotlin.system.measureNanoTime
@Extensions(
ExtendWith(ForgeExtension::class)
)
@ForgeConfiguration(value = Configurator::class, seed = 0x50c72968d123L)
internal class JointToStringVsStringBuilderPerformanceTest {

@Test
Expand Down

0 comments on commit f4159a6

Please sign in to comment.