We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d322c22 commit 240d473Copy full SHA for 240d473
src/test/scala/com/fortysevendeg/exercises/MethodEvalSpec.scala
@@ -49,7 +49,6 @@ class MethodEvalSpec extends FunSpec with Matchers {
49
assert(res.toExecutionXor.isRight)
50
}
51
52
-/* TODO fix this
53
it("captures exceptions thrown by the called method") {
54
val res = methodEval.eval(
55
"org.scalaexercises.runtime",
@@ -63,7 +62,6 @@ class MethodEvalSpec extends FunSpec with Matchers {
63
62
assert(res.toSuccessXor.isLeft)
64
65
66
- */
67
68
it("interprets imports properly") {
69
0 commit comments