From 38c2f63df8ac9b4b4dab555fdaa27cfddf5b303f Mon Sep 17 00:00:00 2001 From: Alexander Chepurnoy Date: Thu, 5 Dec 2024 11:55:20 +0300 Subject: [PATCH] Update interpreter/shared/src/test/scala/sigma/ast/SigmaBuilderTest.scala Co-authored-by: Alexander Slesarenko --- .../shared/src/test/scala/sigma/ast/SigmaBuilderTest.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interpreter/shared/src/test/scala/sigma/ast/SigmaBuilderTest.scala b/interpreter/shared/src/test/scala/sigma/ast/SigmaBuilderTest.scala index c1642627e..029f7b3e9 100644 --- a/interpreter/shared/src/test/scala/sigma/ast/SigmaBuilderTest.scala +++ b/interpreter/shared/src/test/scala/sigma/ast/SigmaBuilderTest.scala @@ -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)