Skip to content

Commit

Permalink
enable async on some tests
Browse files Browse the repository at this point in the history
  • Loading branch information
zacksiri committed Nov 16, 2023
1 parent 17f0191 commit c27ea4d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/uplink/components/router_test.exs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
defmodule Uplink.Components.RouterTest do
use ExUnit.Case
use ExUnit.Case, async: true
use Plug.Test
use Oban.Testing, repo: Uplink.Repo

Expand Down
2 changes: 1 addition & 1 deletion test/uplink/packages/instance/router_test.exs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
defmodule Uplink.Packages.Instance.RouterTest do
use ExUnit.Case
use ExUnit.Case, async: true
use Plug.Test

@app_slug "upmaru/something-1640927800"
Expand Down

0 comments on commit c27ea4d

Please sign in to comment.