From 5671da03c38ef11d891088fea87e35e89d7ac713 Mon Sep 17 00:00:00 2001 From: Barnabas Jovanovics Date: Tue, 21 Jan 2025 17:40:05 +0100 Subject: [PATCH] fix: credo --- test/argument_test.exs | 2 +- test/support/with_args.ex | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/test/argument_test.exs b/test/argument_test.exs index bb44fab..c3a2b3f 100644 --- a/test/argument_test.exs +++ b/test/argument_test.exs @@ -1,8 +1,8 @@ defmodule AshArchival.Test.ArgumentTest do use AshArchival.RepoCase - alias AshArchival.Test.WithArgsParent alias AshArchival.Test.WithArgsChild + alias AshArchival.Test.WithArgsParent test "can pass arguments when archiving related resources" do parent = diff --git a/test/support/with_args.ex b/test/support/with_args.ex index fe959f6..6602fc2 100644 --- a/test/support/with_args.ex +++ b/test/support/with_args.ex @@ -1,4 +1,7 @@ defmodule CreateArgs do + @moduledoc """ + The behaviour for specifiying arguments for related resources + """ @behaviour AshArchival.ArchiveRelatedArguments @impl true