Skip to content

Commit

Permalink
Fix credo
Browse files Browse the repository at this point in the history
  • Loading branch information
mickel8 committed Aug 19, 2024
1 parent 946d5ea commit 87ffb78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/priv/ice_agent_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ defmodule ExICE.Priv.ICEAgentTest do

@impl true
def getifaddrs() do
ifs = [{~c"mockif", [{:flags, [:up, :running]}, {:addr, {64512, 0, 0, 0, 0, 0, 0, 1}}]}]
ifs = [{~c"mockif", [{:flags, [:up, :running]}, {:addr, {64_512, 0, 0, 0, 0, 0, 0, 1}}]}]
{:ok, ifs}
end
end
Expand Down

0 comments on commit 87ffb78

Please sign in to comment.