Files
bDS2/test/bds_test.exs
2026-04-23 10:42:27 +02:00

7 lines
152 B
Elixir

defmodule BDSTest do
use ExUnit.Case, async: false
test "the repo module is configured" do
assert BDS.Repo.config()[:otp_app] == :bds
end
end