Fix folder name

This commit is contained in:
Ryan Pandya
2022-08-29 23:19:43 -07:00
parent 523e8e98c7
commit cfd1738ef3
8 changed files with 0 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
defmodule LogsrvTest do
use ExUnit.Case
doctest Logsrv
test "greets the world" do
assert Logsrv.hello() == :world
end
end
+1
View File
@@ -0,0 +1 @@
ExUnit.start()