useless |>

master
Théophile Choutri 2017-04-15 16:43:06 +02:00
parent 2778b6e9c0
commit 5c9322aae7
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ defmodule Hunter.Api.InMemory do
as = Macro.escape(as)
def unquote(name)(unquote_splicing(params)) do
file = unquote(name) |> to_string()
file = to_string(unquote(name))
"../fixtures/#{file}.json"
|> Path.expand(__DIR__)