Files
voice_recognition/whisper_server/test/whisper_server_test.exs
2025-07-15 14:39:51 +00:00

9 lines
156 B
Elixir

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