Current section
Files
Jump to
Current section
Files
test/velocy_stream_test.exs
defmodule VelocyStreamTest do
use ExUnit.Case
doctest VelocyStream
test "the truth" do
assert 1 + 1 == 2
end
end