We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6db08b3 commit a3db07eCopy full SHA for a3db07e
1 file changed
test/sentry/integrations/oban/cron_test.exs
@@ -1,10 +1,10 @@
1
defmodule Sentry.Integrations.Oban.CronTest do
2
- alias Sentry.Integrations.CheckInIDMappings
3
- use Sentry.Case, async: false
+ use Sentry.Case, async: true
4
5
import Sentry.Test.Assertions
6
import Sentry.TestHelpers
7
+ alias Sentry.Integrations.CheckInIDMappings
8
alias Sentry.Test, as: SentryTest
9
10
setup context do
0 commit comments