Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
fedme authored Aug 9, 2024
1 parent 544a9e9 commit 9cb0986
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/expression/eval_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ defmodule Expression.EvalTest do
Eval.eval!(ast, %{"foo" => [1, 2, 3]})
end

test "with kerner operators" do
test "with kernel operators" do
{:ok, ast, "", _, _, _} = Parser.parse("@map(foo, &(&1 == \"1. selected\"))")

assert Eval.eval!(ast, %{"foo" => ["1. selected", "1. selected wrong", "other"]}) == [
Expand Down

0 comments on commit 9cb0986

Please sign in to comment.