Skip to content

Commit

Permalink
FIXUP
Browse files Browse the repository at this point in the history
  • Loading branch information
whatyouhide committed Mar 7, 2024
1 parent 29e376d commit f6dad31
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/mox.ex
Original file line number Diff line number Diff line change
Expand Up @@ -807,8 +807,7 @@ defmodule Mox do
# Made public for testing.
@doc false
def verify_mock_or_all!(owner_pid, mock_or_all) do
all_expectations =
NimbleOwnership.get_owned(@this, owner_pid, _default = %{}, @timeout)
all_expectations = NimbleOwnership.get_owned(@this, owner_pid, _default = %{}, @timeout)

pending =
for {_mock, expected_funs} <- all_expectations,
Expand Down

0 comments on commit f6dad31

Please sign in to comment.