Skip to content

Commit c51cef6

Browse files
committed
format
1 parent 01c69bb commit c51cef6

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
@@ -52,7 +52,10 @@ defmodule SentryTest do
5252

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

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

5861
Bypass.pass(bypass)

0 commit comments

Comments
 (0)