Skip to content

Commit

Permalink
fix build after rebase;
Browse files Browse the repository at this point in the history
  • Loading branch information
greenhat committed Feb 18, 2019
1 parent d748fb4 commit 602738f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/scala/sigmastate/lang/SigmaCompilerTest.scala
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ class SigmaCompilerTest extends SigmaTestingCommons with LangTests with ValueGen

property("SGroupElement.exp") {
testMissingCosting("g1.exp(1.toBigInt)",
mkMethodCall(GroupElementConstant(g1), SGroupElement.ExpMethod, IndexedSeq(BigIntConstant(1)))
mkMethodCall(GroupElementConstant(ecp1), SGroupElement.ExpMethod, IndexedSeq(BigIntConstant(1)))
)
}

Expand Down

0 comments on commit 602738f

Please sign in to comment.