Update eblurhash to a non-bugged version #34
1 changed files with 3 additions and 1 deletions
|
@ -16,7 +16,9 @@ test "adds the dimensions and blurhash for images" do
|
|||
|
||||
{:ok, :filtered, meta} = AnalyzeMetadata.filter(upload)
|
||||
|
||||
assert %{width: 1024, height: 768, blurhash: "V6Dv1P?^IS.6InIEIqV^xtWE$$M|D,RnM}%1RitPR%X3"} = meta
|
||||
assert %{width: 1024, height: 768, blurhash: "V6Dv1P?^IS.6InIEIqV^xtWE$$M|D,RnM}%1RitPR%X3"} =
|
||||
meta
|
||||
|
||||
assert meta.blurhash
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue