qdrant icon indicating copy to clipboard operation
qdrant copied to clipboard

Use mox only in tests

Open michalwarda opened this issue 2 years ago • 0 comments

The current mix.exs contains mox without only: [:test]. This makes it so that when the library is used the app including it has to also have mox in normal runtime which I guess is not the preferred solution.

Solution: Add only: [:test] to mox in mix.exs and refresh lockfile.

michalwarda avatar Sep 09 '23 16:09 michalwarda