File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -57,15 +57,15 @@ class ReflectingInstantiatorTest extends AnyWordSpec with Matchers {
5757 conf.toMap(ReflectingInstantiator .REGISTRATIONS ).asInstanceOf [String ].split(" :" ).toSet should equal(
5858 Set (
5959 " scala.collection.immutable.List" ,
60- " scala.collection.immutable.List,com.esotericsoftware.kryo.serializers.JavaSerializer"
60+ " scala.collection.immutable.List,com.esotericsoftware.kryo.kryo5. serializers.JavaSerializer"
6161 )
6262 )
6363 conf
6464 .toMap(ReflectingInstantiator .DEFAULT_REGISTRATIONS )
6565 .asInstanceOf [String ]
6666 .split(" :" )
6767 .toSet should equal(
68- Set (" scala.collection.immutable.List,com.esotericsoftware.kryo.serializers.JavaSerializer" )
68+ Set (" scala.collection.immutable.List,com.esotericsoftware.kryo.kryo5. serializers.JavaSerializer" )
6969 )
7070 }
7171 " roundtrip through a config" in {
You can’t perform that action at this time.
0 commit comments