Skip to content

Commit

Permalink
tree versioning artefact removed from test
Browse files Browse the repository at this point in the history
  • Loading branch information
kushti committed Oct 3, 2024
1 parent f31e483 commit e71abfa
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -334,11 +334,7 @@ class TestingInterpreterSpecification extends CompilerTestingCommons
if (activatedVersionInTests < V6SoftForkVersion) {
an [sigmastate.exceptions.MethodNotFound] should be thrownBy testEval(source)
} else {
if(ergoTreeVersionInTests >= V6SoftForkVersion) {
testEval(source)
} else {
an [java.lang.reflect.InvocationTargetException] should be thrownBy testEval(source)
}
testEval(source)
}
}

Expand Down

0 comments on commit e71abfa

Please sign in to comment.