Skip to content

Commit

Permalink
fixed regression in CrossVersionProps
Browse files Browse the repository at this point in the history
  • Loading branch information
kushti committed Aug 5, 2024
1 parent 3f7e784 commit 8b17643
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ trait CrossVersionProps extends AnyPropSpecLike with TestsBase {
System.gc()
}
forEachScriptAndErgoTreeVersion(activatedVersions, ergoTreeVersions) {
VersionContext.withVersions(activatedVersionInTests, ergoTreeVersionInTests) {
testFun_Run(testName, testFun)
}
}
}
}
Expand Down

0 comments on commit 8b17643

Please sign in to comment.