Skip to content

Commit

Permalink
Added test for reporter module
Browse files Browse the repository at this point in the history
  • Loading branch information
corka committed May 7, 2019
1 parent b3237a4 commit e872829
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/cli_test.exs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
defmodule CliTest do
defmodule Timed.CliTest do
use ExUnit.Case
doctest Timed.Cli

Expand Down
2 changes: 1 addition & 1 deletion test/persister_test.exs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
defmodule TimedPersisterTest do
defmodule Timed.PersisterTest do
use ExUnit.Case
doctest Timed.Persister

Expand Down
4 changes: 4 additions & 0 deletions test/reporter_test.exs
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
defmodule Timed.ReporterTest do
use ExUnit.Case
doctest Timed.Reporter
end

0 comments on commit e872829

Please sign in to comment.