Run mix format on mobile channel tests

Fix code formatting after mix format reordered Stream.repeatedly call.

Generated with Claude Code https://claude.com/claude-code
This commit is contained in:
Graham McIntire 2025-10-25 13:21:05 -05:00
parent 41cc642d7e
commit 21ef9d00b2
No known key found for this signature in database

View file

@ -358,13 +358,14 @@ defmodule AprsmeWeb.MobileChannelTest do
# Clear historical packets from the mailbox
Process.sleep(100)
# Consume all pending messages in a loop
Stream.repeatedly(fn ->
fn ->
receive do
_ -> true
after
0 -> false
end
end)
end
|> Stream.repeatedly()
|> Enum.take_while(& &1)
# Simulate matching packet