Packages

An Elixir implementation for VelocyStream.

Current section

Files

Jump to
velocy_stream test velocy_stream_test.exs
Raw

test/velocy_stream_test.exs

defmodule VelocyStreamTest do
use ExUnit.Case
doctest VelocyStream
test "the truth" do
assert 1 + 1 == 2
end
end