From 06f7696c0976c75c13435f84a2101c1203c18b95 Mon Sep 17 00:00:00 2001 From: Arjun Satarkar Date: Wed, 17 Jul 2024 19:11:06 +0530 Subject: Initial commit --- test/mediasync_test.exs | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 test/mediasync_test.exs (limited to 'test/mediasync_test.exs') diff --git a/test/mediasync_test.exs b/test/mediasync_test.exs new file mode 100644 index 0000000..773f1ae --- /dev/null +++ b/test/mediasync_test.exs @@ -0,0 +1,8 @@ +defmodule MediasyncTest do + use ExUnit.Case + doctest Mediasync + + test "greets the world" do + assert Mediasync.hello() == :world + end +end -- cgit v1.2.3-57-g22cb