Skip to content

Commit

Permalink
Some(None) test
Browse files Browse the repository at this point in the history
  • Loading branch information
kushti committed Jun 3, 2024
1 parent bc71b2f commit ea91fae
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ class DataSerializerSpecification extends SerializationSpecification {
roundtrip[SCollection[SOption[T]]](Colls.fromItems(Option(in), None.asInstanceOf[Option[T#WrappedType]])(OptionType(tT)), SCollectionType(SOption(tpe)))
roundtrip[SOption[SOption[T]]](None, SOption(SOption(tpe)))
roundtrip[SOption[SOption[T]]](Some(Some(in)), SOption(SOption(tpe)))
roundtrip[SOption[SOption[T]]](Some(None), SOption(SOption(tpe)))
}
}
}
Expand Down

0 comments on commit ea91fae

Please sign in to comment.