ElixirClusterTest/global_bck_job/test/global_bck_job_test.exs
2023-10-22 10:39:08 -04:00

9 lines
153 B
Elixir

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