ash_postgres/test/ash_ecto_test.exs
Zach Daniel dc94994ea3
WIP
2019-12-04 09:58:20 -05:00

8 lines
150 B
Elixir

defmodule AshPostgresTest do
use ExUnit.Case
doctest AshPostgres
test "greets the world" do
assert AshPostgres.hello() == :world
end
end