Skip to content

Commit

Permalink
test: add async:false to more test modules (#1401)
Browse files Browse the repository at this point in the history
  • Loading branch information
sborrazas committed Jun 16, 2023
1 parent 4be56fc commit ee7de9b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/ae_mdw_web/controllers/activities_controller_test.exs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
defmodule AeMdwWeb.ActivitiesControllerTest do
use AeMdwWeb.ConnCase
use AeMdwWeb.ConnCase, async: false
@moduletag skip_store: true

alias :aeser_api_encoder, as: Enc
Expand Down
2 changes: 1 addition & 1 deletion test/ae_mdw_web/controllers/aex141_controller_test.exs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
defmodule AeMdwWeb.Aex141ControllerTest do
use ExUnit.Case
use ExUnit.Case, async: false

alias AeMdw.AexnContracts
alias AeMdw.Db.MemStore
Expand Down
2 changes: 1 addition & 1 deletion test/ae_mdw_web/controllers/aex9_controller_test.exs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
defmodule AeMdwWeb.Aex9ControllerTest do
use ExUnit.Case
use ExUnit.Case, async: false

alias AeMdw.Db.Model
alias AeMdw.Db.Store
Expand Down

0 comments on commit ee7de9b

Please sign in to comment.