Skip to content

Commit

Permalink
Add module documentation to Day1Test
Browse files Browse the repository at this point in the history
  • Loading branch information
samjowen committed Dec 21, 2023
1 parent 8105d68 commit 1487bb7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/day1/day1_test.exs
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
defmodule Day1Test do
@moduledoc """
This module contains tests for the Day1 module.
"""

use ExUnit.Case
doctest Day1

Expand Down

0 comments on commit 1487bb7

Please sign in to comment.