Skip to content

Commit a80ad59

Browse files
jyesheelias-ba
authored andcommitted
Formatting
1 parent c55041e commit a80ad59

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
@@ -2415,8 +2415,8 @@ defmodule LightningWeb.WorkflowLive.EditTest do
24152415

24162416
assert_reply(view, %{workflow_params: %{"jobs" => reply_jobs}})
24172417

2418-
assert Enum.find(reply_jobs, & &1["id"] == job1.id and &1["has_ai_chat"])
2419-
refute Enum.find(reply_jobs, & &1["id"] != job1.id and &1["has_ai_chat"])
2418+
assert Enum.find(reply_jobs, &(&1["id"] == job1.id and &1["has_ai_chat"]))
2419+
refute Enum.find(reply_jobs, &(&1["id"] != job1.id and &1["has_ai_chat"]))
24202420
end
24212421
end
24222422

0 commit comments

Comments
 (0)