stavro / arc_ecto

An integration with Arc and Ecto.
255 stars 149 forks source link

fix 'filename' spelling in all tests #88

Closed azhi closed 6 years ago

azhi commented 6 years ago

Plug.Upload struct has a filename field, not file_name

Noticed it while working on #87: arc docs says store/1 accepts Plug.Upload or map with filename field, but in tests file_name is used.