lol-analytics/apps/scrapper/test/scrapper_test.exs
2024-04-30 22:42:31 +02:00

9 lines
141 B
Elixir

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