Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
stavro committed Apr 20, 2017
1 parent 8b996c2 commit a30a3db
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/definition_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ defmodule ArcTest.Ecto.Definition do
def url(_, :original, _), do: "fallback"
def url(_, :signed, _), do: "fallback?a=1&b=2"
def store({file, _}), do: {:ok, file}
defoverridable [url: 3]
def delete(_), do: :ok
defoverridable [delete: 1, url: 3]
use Arc.Ecto.Definition
end

Expand Down

0 comments on commit a30a3db

Please sign in to comment.