mirror of
https://github.com/valitydev/elixir-thrift.git
synced 2024-11-07 10:38:50 +00:00
4b0c048595
We need to have at least one test file in the repository for the tests and coverage tools to run at all.
4 lines
46 B
Elixir
4 lines
46 B
Elixir
defmodule ThriftTest do
|
|
use ExUnit.Case
|
|
end
|