Skip to content

Commit

Permalink
compilation err fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kushti committed Nov 15, 2024
1 parent cedcfbe commit a66ab55
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import sigma.ast.{FalseLeaf, IntConstant, SelectField, Tuple}
import sigma.serialization.OpCodes.{SelectFieldCode, TupleCode}
import sigmastate.CrossVersionProps

class SelectFieldSerializerSpecification extends CrossVersionProps with TableSerializationSpecification {
class SelectFieldSerializerSpecification extends TableSerializationSpecification with CrossVersionProps {

property("SelectField: Serializer round trip ") {
forAll(tupleGen(2, 10)) { tuple: Tuple =>
Expand Down

0 comments on commit a66ab55

Please sign in to comment.