Skip to content

Commit

Permalink
docs: add documentation to Supavisor.Asserts (#496)
Browse files Browse the repository at this point in the history
  • Loading branch information
hauleth authored Nov 27, 2024
1 parent 39cd1aa commit 0fe1410
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 0fe1410

Please sign in to comment.