ash_cubdb/test/ash_cub_db_test.exs

9 lines
141 B
Elixir
Raw Normal View History

2023-08-07 15:13:01 +12:00
defmodule AshCubDBTest do
use ExUnit.Case
doctest AshCubDB
test "greets the world" do
assert AshCubDB.hello() == :world
end
end