chore: remove unused test

This commit is contained in:
Josh Price 2022-10-25 23:45:00 +11:00 committed by GitHub
parent 2c4a4d389a
commit 0c5173e28f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,8 +1,4 @@
defmodule AshGenServerTest do
use ExUnit.Case
doctest AshGenServer
test "greets the world" do
assert AshGenServer.hello() == :world
end
end