Skip to content

Commit 1c3472a

Browse files
committed
fix test
1 parent 1e5c195 commit 1c3472a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/event_test.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ defmodule Sentry.EventTest do
130130
event = Sentry.Event.transform_exception(exception, [])
131131

132132
assert event.modules == %{bunt: "0.2.0", bypass: "0.7.0", certifi: "1.1.0", cowboy: "1.1.2",
133-
cowlib: "1.0.2", credo: "0.8.4", hackney: "1.8.0", idna: "4.0.0",
133+
cowlib: "1.0.2", credo: "0.8.6", hackney: "1.8.0", idna: "4.0.0",
134134
metrics: "1.0.1", mime: "1.1.0", mimerl: "1.0.2", plug: "1.3.5",
135135
poison: "3.1.0", ranch: "1.3.2", ssl_verify_fun: "1.1.1",
136136
uuid: "1.1.7"}

0 commit comments

Comments
 (0)