Skip to content

Commit 99777f3

Browse files
committed
format
1 parent 39cfadf commit 99777f3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

test/sentry_test.exs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,10 @@ defmodule SentryTest do
5353

5454
put_test_config(hackney_opts: [recv_timeout: 50])
5555

56-
assert {:error, %Sentry.ClientError{reason: {:request_failure, %Mint.TransportError{reason: :timeout}}}} =
56+
assert {:error,
57+
%Sentry.ClientError{
58+
reason: {:request_failure, %Mint.TransportError{reason: :timeout}}
59+
}} =
5760
Sentry.capture_message("error", request_retries: [], result: :sync)
5861

5962
Bypass.pass(bypass)

0 commit comments

Comments
 (0)