Skip to content

Commit

Permalink
Update interpreter/shared/src/test/scala/sigma/ast/SigmaBuilderTest.s…
Browse files Browse the repository at this point in the history
…cala

Co-authored-by: Alexander Slesarenko <[email protected]>
  • Loading branch information
kushti and aslesarenko authored Dec 5, 2024
1 parent 780b28b commit 38c2f63
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ class SigmaBuilderTest extends AnyPropSpec with ScalaCheckPropertyChecks with Ma
val v = "abc"
val c = StringConstant(v)
if (!VersionContext.current.isV6SoftForkActivated) {
// v6.0: String should be liftable at all (not supported in ErgoTree) (see https://github.com/ScorexFoundation/sigmastate-interpreter/issues/905)
// v6.0: String should not be liftable at all (not supported in ErgoTree) (see https://github.com/ScorexFoundation/sigmastate-interpreter/issues/905)
test[SString.type](v, c)
testArray[SString.type](v, c)
testColl[SString.type](v, c)
Expand Down

0 comments on commit 38c2f63

Please sign in to comment.