Skip to content

Commit 98e0736

Browse files
committed
Formatting
1 parent cd170ea commit 98e0736

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/lightning_web/live/workflow_live/edit_test.exs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2374,8 +2374,8 @@ defmodule LightningWeb.WorkflowLive.EditTest do
23742374

23752375
assert_reply(view, %{workflow_params: %{"jobs" => reply_jobs}})
23762376

2377-
assert Enum.find(reply_jobs, & &1["id"] == job1.id and &1["has_ai_chat"])
2378-
refute Enum.find(reply_jobs, & &1["id"] != job1.id and &1["has_ai_chat"])
2377+
assert Enum.find(reply_jobs, &(&1["id"] == job1.id and &1["has_ai_chat"]))
2378+
refute Enum.find(reply_jobs, &(&1["id"] != job1.id and &1["has_ai_chat"]))
23792379
end
23802380
end
23812381

0 commit comments

Comments
 (0)