Fix test/util_test.exs formatting to move alias into defmodule body
Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
This commit is contained in:
@@ -1,7 +1,6 @@
|
|||||||
alias Omnibot.Util
|
|
||||||
|
|
||||||
defmodule Omnibot.UtilTest do
|
defmodule Omnibot.UtilTest do
|
||||||
use ExUnit.Case, async: true
|
use ExUnit.Case, async: true
|
||||||
|
alias Omnibot.Util
|
||||||
|
|
||||||
test "string_empty?" do
|
test "string_empty?" do
|
||||||
assert Util.string_empty?("")
|
assert Util.string_empty?("")
|
||||||
|
|||||||
Reference in New Issue
Block a user