Skip to content

Commit

Permalink
remove type annontation
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Gabor committed Jan 10, 2025
1 parent 0825973 commit 10c809a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elastic/testkit/src/test/scala/EvolverSpec.scala
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class EvolverSpec extends ScalaTestWithActorTestKit(Evolver.serializers) with An
refreshImmediately = true
)

val testIndex1: EvolverSpec.TestIndex1 = new EvolverSpec.TestIndex1()
val testIndex1 = new EvolverSpec.TestIndex1()
val testIndex2 = new EvolverSpec.TestIndex2()
val testIndex3 = new EvolverSpec.TestIndex3()

Expand Down

0 comments on commit 10c809a

Please sign in to comment.