Skip to content

Commit

Permalink
Adapted tests
Browse files Browse the repository at this point in the history
  • Loading branch information
xrtm000 committed Sep 22, 2023
1 parent 87293a5 commit 231d35e
Show file tree
Hide file tree
Showing 6 changed files with 192 additions and 258 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class TestCompiler(version: StdLibVersion) {
(baseCompilerContext |+|
WavesContext.build(Global, DirectiveSet(version, Account, DAppType).explicitGet(), fixBigScriptField = true)).compilerContext

lazy val expressionContext: CTX[Environment] =
private lazy val expressionContext: CTX[Environment] =
WavesContext.build(Global, DirectiveSet(version, Account, Expression).explicitGet(), fixBigScriptField = true)

private lazy val expressionCompilerContext =
Expand Down
Loading

0 comments on commit 231d35e

Please sign in to comment.