Skip to content

Commit

Permalink
Fix missing function warning with unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
fhunleth committed Jun 3, 2019
1 parent 432bba8 commit 1a2eb66
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/support/test_technology.ex
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ defmodule VintageNetTest.TestTechnology do
@moduledoc """
Support for unit testing APIs that require a Technology behaviour
"""

@impl true
def normalize(config), do: {:ok, config}

@impl true
def to_raw_config(ifname, _config \\ %{}, _opts \\ []) do
{:ok,
Expand Down

0 comments on commit 1a2eb66

Please sign in to comment.