aboutsummaryrefslogtreecommitdiff
path: root/test/mediasync_test.exs
blob: 773f1ae09ad3a253c815d1db261d28d73d1fc95f (plain)
1
2
3
4
5
6
7
8
defmodule MediasyncTest do
  use ExUnit.Case
  doctest Mediasync

  test "greets the world" do
    assert Mediasync.hello() == :world
  end
end