Skip to content

Commit 057f802

Browse files
author
Lukasz Gasior
committed
formatting
1 parent 12a4657 commit 057f802

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/evmTest/scala/io/iohk/ethereum/vm/CallSelfDestructSpec.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ class CallSelfDestructSpec extends FreeSpec with Matchers {
1111
val (_, callSelfDestruct) = deployContract("CallSelfDestruct")
1212

1313
val callRes = callSelfDestruct.callDestruct().call()
14-
callRes.error shouldBe None
1514

15+
callRes.error shouldBe None
1616
callRes.gasRefund shouldBe 24000
1717
}
1818
}

src/test/scala/io/iohk/ethereum/vm/CallOpcodesSpec.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,6 @@ class CallOpcodesSpec extends WordSpec with Matchers with PropertyChecks {
328328
initialAddressesToDelete = Set(fxt.extAddr))
329329
val call = CallResult(op = CALL, context)
330330
call.stateOut.gasRefund shouldBe 0
331-
332331
}
333332

334333
}

0 commit comments

Comments
 (0)