mpl3115a2/test/mp_l3115_a2_test.exs
2019-10-07 13:04:11 +13:00

9 lines
144 B
Elixir

defmodule MPL3115A2Test do
use ExUnit.Case
doctest MPL3115A2
test "greets the world" do
assert MPL3115A2.hello() == :world
end
end