From 31b6edce4e964778d9f1cc86ebcfd889dd9bc5b4 Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Tue, 26 Jan 2021 20:37:54 -0500 Subject: [PATCH] chore: update moduledocs --- test/support/test_app.ex | 1 + 1 file changed, 1 insertion(+) diff --git a/test/support/test_app.ex b/test/support/test_app.ex index 58ca546..94c990d 100644 --- a/test/support/test_app.ex +++ b/test/support/test_app.ex @@ -1,4 +1,5 @@ defmodule AshPostgres.TestApp do + @moduledoc false def start(_type, _args) do children = [ AshPostgres.TestRepo