Skip to content

Commit 55f2f20

Browse files
committed
Update RandomNumberGeneratorJava21Spec.scala
1 parent 7e08e88 commit 55f2f20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

actor-tests/src/test/scala-jdk21-only/org/apache/pekko/util/RandomNumberGeneratorJava21Spec.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class RandomNumberGeneratorJava21Spec extends AnyWordSpec with Matchers {
2727

2828
"support config" in {
2929
val config = ConfigFactory.parseString(
30-
"""pekko.random.generator.generator-implementation = "Xoroshiro128PlusPlus"""")
30+
"""pekko.random.generator-implementation = "Xoroshiro128PlusPlus"""")
3131
val rng = RandomNumberGenerator.createGenerator(config)
3232
rng shouldBe a[Jep356RandomNumberGenerator]
3333
rng.nextInt(10) should (be >= 0 and be < 10)

0 commit comments

Comments
 (0)