Skip to content

Commit a3db07e

Browse files
committed
refa(tests): enable async true in oban cron test
1 parent 6db08b3 commit a3db07e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/sentry/integrations/oban/cron_test.exs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
defmodule Sentry.Integrations.Oban.CronTest do
2-
alias Sentry.Integrations.CheckInIDMappings
3-
use Sentry.Case, async: false
2+
use Sentry.Case, async: true
43

54
import Sentry.Test.Assertions
65
import Sentry.TestHelpers
76

7+
alias Sentry.Integrations.CheckInIDMappings
88
alias Sentry.Test, as: SentryTest
99

1010
setup context do

0 commit comments

Comments
 (0)