Skip to content

Commit 8fd65d4

Browse files
committed
fix event test
1 parent 7896b41 commit 8fd65d4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/event_test.exs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -239,12 +239,10 @@ defmodule Sentry.EventTest do
239239
|> Enum.sort()
240240

241241
assert modules == [
242-
:bunt,
243242
:bypass,
244243
:certifi,
245244
:cowboy,
246245
:cowlib,
247-
:credo,
248246
:hackney,
249247
:idna,
250248
:jason,
@@ -259,6 +257,7 @@ defmodule Sentry.EventTest do
259257
:plug_crypto,
260258
:ranch,
261259
:ssl_verify_fun,
260+
:telemetry,
262261
:unicode_util_compat
263262
]
264263
end

0 commit comments

Comments
 (0)