fix: suppress unused variable warning in DataCase setup
Some checks failed
Build and Push / Build and Push Docker Image (push) Has been cancelled
Some checks failed
Build and Push / Build and Push Docker Image (push) Has been cancelled
This commit is contained in:
parent
82bcaa5a54
commit
43c6b3598e
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ defmodule Microwaveprop.DataCase do
|
||||||
end
|
end
|
||||||
|
|
||||||
setup tags do
|
setup tags do
|
||||||
pid = Microwaveprop.DataCase.setup_sandbox(tags)
|
_owner = Microwaveprop.DataCase.setup_sandbox(tags)
|
||||||
Microwaveprop.DataCase.reset_test_state()
|
Microwaveprop.DataCase.reset_test_state()
|
||||||
|
|
||||||
Req.Test.set_req_test_from_context(tags)
|
Req.Test.set_req_test_from_context(tags)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue