Skip to content

Commit

Permalink
Update integration_test.exs
Browse files Browse the repository at this point in the history
  • Loading branch information
balexand committed May 11, 2024
1 parent 8959d77 commit 82fabdd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/integration_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -221,8 +221,8 @@ defmodule Sanity.MutateIntegrationTest do
stream =
File.stream!(
"test/fixtures/danielle-stein-10OL1q7oX6c-unsplash.jpg",
2048,
[:raw, :read_ahead, :binary]
[:raw, :read_ahead, :binary],
2048
)

assert %Sanity.Response{
Expand Down

0 comments on commit 82fabdd

Please sign in to comment.