mirror of
https://github.com/TheRealOwenRees/plantid-discord-bot.git
synced 2026-07-22 20:16:57 +00:00
7 lines
143 B
Elixir
7 lines
143 B
Elixir
defmodule PlantIdDiscordBotTest.Mocks.Guild do
|
|
@moduledoc """
|
|
Mocks the Guild module.
|
|
"""
|
|
def get_guild_name!(_), do: "Test Guild"
|
|
end
|