Packages

Cafex is a pure Elixir implementation of Kafka client.

Current section

Files

Jump to
misha_cafex test cafex_test.exs
Raw

test/cafex_test.exs

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