Skip to content

Commit

Permalink
SType.isValueOfType test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kushti committed Jun 5, 2024
1 parent c766d60 commit 9eb2c16
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions sc/shared/src/test/scala/sigmastate/TypesSpecification.scala
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ class TypesSpecification extends SigmaTestingData {
implicit val tWrapped = wrappedTypeGen(t)
forAll { x: SPredefType#WrappedType =>
isValueOfType(x, t) shouldBe true
// since forall t. SHeader != t
isValueOfType(x, SHeader) shouldBe false
}
}
}
Expand Down

0 comments on commit 9eb2c16

Please sign in to comment.