Skip to content

Commit 880e809

Browse files
committed
fixing compilation
1 parent 0824f8a commit 880e809

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

interpreter/shared/src/test/scala/sigma/serialization/ConstantSerializerSpecification.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ class ConstantSerializerSpecification extends TableSerializationSpecification {
2525
private def testCollection[T <: SType](tpe: T) = {
2626
implicit val wWrapped = wrappedTypeGen(tpe)
2727
implicit val tT = Evaluation.stypeToRType(tpe)
28+
implicit val tag = tT.classTag
2829

2930
val withVersion = if (tpe == SHeader || tpe == SUnsignedBigInt) {
3031
Some(VersionContext.V6SoftForkVersion)

interpreter/shared/src/test/scala/sigma/serialization/DataSerializerSpecification.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ class DataSerializerSpecification extends SerializationSpecification {
6464
implicit val wWrapped = wrappedTypeGen(tpe)
6565
implicit val tT = Evaluation.stypeToRType(tpe)
6666
implicit val tAny = sigma.AnyType
67+
implicit val tag = tT.classTag
6768

6869
val withVersion = if (tpe == SHeader || tpe == SUnsignedBigInt) {
6970
Some(VersionContext.V6SoftForkVersion)

0 commit comments

Comments
 (0)