diff --git a/test/form_test.exs b/test/form_test.exs index a61468f..79aafad 100644 --- a/test/form_test.exs +++ b/test/form_test.exs @@ -59,15 +59,14 @@ defmodule AshPhoenix.FormTest do end test "empty atom field" do - form = - Post - |> Form.for_create(:create, - domain: Domain, - params: %{} - ) - |> Form.submit!( - params: %{"inline_atom_field" => "", "custom_atom_field" => "", "text" => "text"} - ) + Post + |> Form.for_create(:create, + domain: Domain, + params: %{} + ) + |> Form.submit!( + params: %{"inline_atom_field" => "", "custom_atom_field" => "", "text" => "text"} + ) end test "update_form marks touched by default" do