Skip to content

Commit

Permalink
Fix compiler warning for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rrrene committed Jan 27, 2020
1 parent a51a034 commit bc83208
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/credo/check/refactor/abc_size_test.exs
Expand Up @@ -266,7 +266,7 @@ defmodule Credo.Check.Refactor.ABCSizeTest do
end

test "it should NOT count ecto functions when Ecto.Query is imported" do
source = """
"""
defmodule CredoEctoQueryModule do
import Ecto.Query
Expand All @@ -288,7 +288,7 @@ defmodule Credo.Check.Refactor.ABCSizeTest do
end

test "it SHOULD count ecto functions when Ecto.Query is NOT imported" do
source = """
"""
defmodule CredoEctoQueryModule do
def fun() do
Expand Down

0 comments on commit bc83208

Please sign in to comment.