Skip to content

Commit

Permalink
fixed test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
fnchooft committed Oct 4, 2024
1 parent 72af042 commit 62d8c4e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/livebook/runtime/evaluator_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -1328,7 +1328,7 @@ defmodule Livebook.Runtime.EvaluatorTest do
metadata()
}

assert message =~ "compile.forms failed - syntax error"
assert message =~ "compilation failed"
end

test "evaluate erlang-module error - expression after module", %{evaluator: evaluator} do
Expand All @@ -1347,7 +1347,7 @@ defmodule Livebook.Runtime.EvaluatorTest do
metadata()
}

assert message =~ "compile.forms failed - syntax error"
assert message =~ "compilation failed"
end

test "evaluate erlang-module error - two modules", %{evaluator: evaluator} do
Expand All @@ -1366,7 +1366,7 @@ defmodule Livebook.Runtime.EvaluatorTest do
metadata()
}

assert message =~ "compile.forms failed - syntax error"
assert message =~ "compilation failed"
end

test "mixed erlang/elixir bindings", %{evaluator: evaluator} do
Expand Down

0 comments on commit 62d8c4e

Please sign in to comment.