Skip to content

Commit

Permalink
Add test reproducing #637
Browse files Browse the repository at this point in the history
  • Loading branch information
René Föhring committed Mar 7, 2019
1 parent 42c507c commit 8d4f68b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/credo/check/design/alias_usage_test.exs
Expand Up @@ -19,6 +19,8 @@ defmodule Credo.Check.Design.AliasUsageTest do
def fun1 do
Case.something
fun_call().Api.Case
{:error, reason} = __MODULE__.Sup.start_link(fn() -> :foo end)
[:faint, filename] # should not throw an error since
Expand Down

0 comments on commit 8d4f68b

Please sign in to comment.