File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -57,15 +57,15 @@ class ReflectingInstantiatorTest extends AnyWordSpec with Matchers {
57
57
conf.toMap(ReflectingInstantiator .REGISTRATIONS ).asInstanceOf [String ].split(" :" ).toSet should equal(
58
58
Set (
59
59
" 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"
61
61
)
62
62
)
63
63
conf
64
64
.toMap(ReflectingInstantiator .DEFAULT_REGISTRATIONS )
65
65
.asInstanceOf [String ]
66
66
.split(" :" )
67
67
.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" )
69
69
)
70
70
}
71
71
" roundtrip through a config" in {
You can’t perform that action at this time.
0 commit comments