From f3f047c3712075d81912cab43036ff0108b267e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Jan=20Niemier?= Date: Mon, 25 Nov 2024 14:09:52 +0100 Subject: [PATCH] docs: add documentation to `Supavisor.Asserts` --- test/support/asserts.ex | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/support/asserts.ex b/test/support/asserts.ex index d0e720b9..716d678f 100644 --- a/test/support/asserts.ex +++ b/test/support/asserts.ex @@ -1,4 +1,8 @@ defmodule Supavisor.Asserts do + @moduledoc """ + Additional assertions useful in Supavisor tests + """ + @doc """ Asserts that `function` will eventually success. Fails otherwise.