Skip to content

Commit

Permalink
Fix File.stream! call
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacorti committed Sep 23, 2024
1 parent bb303fd commit eef293b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/support/utils.ex
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ defmodule SassoneTest.Utils do
"test/support/fixture/"
|> Kernel.<>(name)
|> Path.relative_to_cwd()
|> File.stream!([], 100)
|> File.stream!(100)
end

def xml_quote, do: one_of([constant(?"), constant(?')])
Expand Down

0 comments on commit eef293b

Please sign in to comment.