Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
bartblast committed Nov 18, 2024
1 parent d64e4d9 commit 094da14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/features/test/function_calls/local_function_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ defmodule HologramFeatureTests.FunctionCalls.LocalFunctionTest do
|> assert_text(css("#result"), "{1, 2, {11, 5}}")
end

# # TODO: client error message for this case is inconsistent with server error message
# TODO: client error message for this case is inconsistent with server error message
feature "no matching clause", %{session: session} do
assert_client_error session,
FunctionClauseError,
Expand Down

0 comments on commit 094da14

Please sign in to comment.