Files
voice_recognition/server_cuda/test/whisper_server_test.exs
2025-07-29 17:20:42 +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