ash_cubdb/test/ash_cub_db_test.exs
James Harton 22d93d84cb
All checks were successful
continuous-integration/drone/push Build is passing
chore: first commit.
2023-08-07 15:20:09 +12:00

9 lines
141 B
Elixir

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