fix: suppress unused variable warning in DataCase setup
Some checks failed
Build and Push / Build and Push Docker Image (push) Has been cancelled

This commit is contained in:
Graham McIntire 2026-08-04 17:48:36 -05:00
parent 82bcaa5a54
commit 43c6b3598e
No known key found for this signature in database
GPG key ID: F4ABF488E6029E59

View file

@ -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)