Skip to content

Commit

Permalink
Test update
Browse files Browse the repository at this point in the history
  • Loading branch information
nicknezis committed Mar 15, 2021
1 parent 0f17712 commit 52ed7b2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,15 +57,15 @@ class ReflectingInstantiatorTest extends AnyWordSpec with Matchers {
conf.toMap(ReflectingInstantiator.REGISTRATIONS).asInstanceOf[String].split(":").toSet should equal(
Set(
"scala.collection.immutable.List",
"scala.collection.immutable.List,com.esotericsoftware.kryo.serializers.JavaSerializer"
"scala.collection.immutable.List,com.esotericsoftware.kryo.kryo5.serializers.JavaSerializer"
)
)
conf
.toMap(ReflectingInstantiator.DEFAULT_REGISTRATIONS)
.asInstanceOf[String]
.split(":")
.toSet should equal(
Set("scala.collection.immutable.List,com.esotericsoftware.kryo.serializers.JavaSerializer")
Set("scala.collection.immutable.List,com.esotericsoftware.kryo.kryo5.serializers.JavaSerializer")
)
}
"roundtrip through a config" in {
Expand Down

0 comments on commit 52ed7b2

Please sign in to comment.