Files
st-steamus-prime/steam_api/test/steam_api_test.exs
2025-09-21 14:58:50 +02:00

9 lines
141 B
Elixir

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