Skip to content

Commit 92a1354

Browse files
committed
fix deprecated rand call
1 parent a33167e commit 92a1354

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/client_test.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ defmodule Sentry.ClientTest do
177177
)
178178

179179
try do
180-
:random.uniform() + "1"
180+
:rand.uniform() + "1"
181181
rescue
182182
e ->
183183
capture_log(fn ->

0 commit comments

Comments
 (0)