Skip to content

Commit

Permalink
Fix test warning
Browse files Browse the repository at this point in the history
  • Loading branch information
akash-akya committed Jun 23, 2022
1 parent 0059859 commit ad55052
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/vix/vips/image_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ defmodule Vix.Vips.ImageTest do
{:error, "Failed to create image from VipsSource"} = Image.new_from_enum(1..100)
end

test "premature end of new_from_enum", %{dir: dir} do
test "premature end of new_from_enum" do
{:error, "Failed to create image from VipsSource"} =
File.stream!(img_path("puppies.jpg"), [], 100)
|> Stream.take(1)
Expand Down

0 comments on commit ad55052

Please sign in to comment.