Skip to content

Commit

Permalink
Fix test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-jodlos committed May 24, 2024
1 parent ca1e942 commit d101355
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 53 deletions.
21 changes: 0 additions & 21 deletions .github/workflows/release.yml

This file was deleted.

1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -177,3 +177,4 @@ $RECYCLE.BIN/
*.lnk

# End of https://www.gitignore.io/api/c,vim,linux,macos,elixir,windows,visualstudiocode
models/
2 changes: 1 addition & 1 deletion test/support/exvision/model/case.ex
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ defmodule ExVision.Model.Case do

quote do
use ExUnit.Case, async: true
use ExVision.TestUtils.MockCacheServer
# use ExVision.TestUtils.MockCacheServer
@behaviour ExVision.Model.Case

setup_all do
Expand Down
31 changes: 0 additions & 31 deletions test/support/exvision/test_utils/mock_cache_server.ex

This file was deleted.

0 comments on commit d101355

Please sign in to comment.