Skip to content

Commit

Permalink
fix: credo
Browse files Browse the repository at this point in the history
  • Loading branch information
barnabasJ committed Jan 21, 2025
1 parent 09e77eb commit 5671da0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion test/argument_test.exs
Original file line number Diff line number Diff line change
@@ -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 =
Expand Down
3 changes: 3 additions & 0 deletions test/support/with_args.ex
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
defmodule CreateArgs do
@moduledoc """
The behaviour for specifiying arguments for related resources
"""
@behaviour AshArchival.ArchiveRelatedArguments

@impl true
Expand Down

0 comments on commit 5671da0

Please sign in to comment.