Skip to content

Commit

Permalink
chore: make sure mox expectations are fulfilled
Browse files Browse the repository at this point in the history
  • Loading branch information
heywhy committed Mar 1, 2022
1 parent 5b4b7f0 commit fa4d6b5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/storage_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ defmodule Elasticlunr.StorageTest do

import Mox

setup :verify_on_exit!

setup do
Mox.stub_with(Mock, Blackhole)
Application.put_env(:elasticlunr, :storage, Mock)
Expand Down

0 comments on commit fa4d6b5

Please sign in to comment.