Skip to content

Commit ecdcf01

Browse files
committedMar 1, 2022
chore: make mox expectations are fulfilled
1 parent 5b4b7f0 commit ecdcf01

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎test/storage_test.exs

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ defmodule Elasticlunr.StorageTest do
66

77
import Mox
88

9+
setup :verify_on_exit!
10+
911
setup do
1012
Mox.stub_with(Mock, Blackhole)
1113
Application.put_env(:elasticlunr, :storage, Mock)

0 commit comments

Comments
 (0)
Please sign in to comment.