Skip to content

Commit

Permalink
docs: add documentation to Supavisor.Asserts
Browse files Browse the repository at this point in the history
  • Loading branch information
hauleth committed Nov 26, 2024
1 parent 9453cf8 commit f3f047c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/support/asserts.ex
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
defmodule Supavisor.Asserts do
@moduledoc """
Additional assertions useful in Supavisor tests
"""

@doc """
Asserts that `function` will eventually success. Fails otherwise.
Expand Down

0 comments on commit f3f047c

Please sign in to comment.