ash_postgres/test/ash_postgres_test.exs
2020-06-02 23:29:11 -04:00

8 lines
114 B
Elixir

defmodule AshPostgresTest do
use ExUnit.Case
doctest AshPostgres
test "works" do
assert true
end
end