Skip to content

Commit

Permalink
test: fix intermittent test failures due to async mocking (#1396)
Browse files Browse the repository at this point in the history
  • Loading branch information
sborrazas committed Jun 14, 2023
1 parent cf13c31 commit 6e7f310
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/ae_mdw_web/controllers/contract_controller_test.exs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
defmodule AeMdwWeb.Controllers.ContractControllerTest 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/name_controller_test.exs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
defmodule AeMdwWeb.NameControllerTest do
use AeMdwWeb.ConnCase
use AeMdwWeb.ConnCase, async: false

alias :aeser_api_encoder, as: Enc
alias AeMdw.Db.Model
Expand Down

0 comments on commit 6e7f310

Please sign in to comment.