Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion test/posthog/feature_flags_test.exs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
defmodule PostHog.FeatureFlagsTest do
use PostHog.Case, async: true, group: PostHog
# group only works for Elixir 1.18, can't make it async until then
use PostHog.Case, async: false, group: PostHog

@moduletag config: [supervisor_name: PostHog]

Expand Down
3 changes: 2 additions & 1 deletion test/posthog_test.exs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
defmodule PostHogTest do
use PostHog.Case, async: true, group: PostHog
# group only works for Elixir 1.18, can't make it async until then
use PostHog.Case, async: false, group: PostHog

@moduletag config: [supervisor_name: PostHog]

Expand Down