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
8 changes: 4 additions & 4 deletions test/plausible_web/live/components/combo_box_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -372,8 +372,8 @@ defmodule PlausibleWeb.Live.Components.ComboBoxTest do
true
}
end,
200,
20
50,
50
)
end

Expand All @@ -393,8 +393,8 @@ defmodule PlausibleWeb.Live.Components.ComboBoxTest do
true
}
end,
200,
20
50,
50
)
end
end
Expand Down
2 changes: 1 addition & 1 deletion test/plausible_web/live/funnel_settings_test.exs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
defmodule PlausibleWeb.Live.FunnelSettingsTest do
use PlausibleWeb.ConnCase, async: true
use PlausibleWeb.ConnCase, async: false
@moduletag :ee_only

on_ee do
Expand Down
Loading