Skip to content

Commit

Permalink
chore: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Ziinc committed Jun 5, 2024
1 parent 5de71c6 commit 7d849cf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions logflare-ex/test/logflare_ex_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ defmodule LogflareExTest do
end
end


test "triggers on_error mfa on tesla client error" do
Tesla
|> expect(:post, 2, fn _client, _path, _body ->
Expand All @@ -84,7 +83,6 @@ defmodule LogflareExTest do
assert {:error, %Tesla.Env{}} = LogflareEx.send_events(client, [%{some: "event"}])
end
end

end

describe "batching" do
Expand Down

0 comments on commit 7d849cf

Please sign in to comment.