Skip to content

Commit 240d473

Browse files
author
Alejandro Gómez
committed
Uncomment test
1 parent d322c22 commit 240d473

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/test/scala/com/fortysevendeg/exercises/MethodEvalSpec.scala

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ class MethodEvalSpec extends FunSpec with Matchers {
4949
assert(res.toExecutionXor.isRight)
5050
}
5151

52-
/* TODO fix this
5352
it("captures exceptions thrown by the called method") {
5453
val res = methodEval.eval(
5554
"org.scalaexercises.runtime",
@@ -63,7 +62,6 @@ class MethodEvalSpec extends FunSpec with Matchers {
6362
assert(res.toSuccessXor.isLeft)
6463
assert(res.toExecutionXor.isRight)
6564
}
66-
*/
6765

6866
it("interprets imports properly") {
6967
val res = methodEval.eval(

0 commit comments

Comments
 (0)