Skip to content

Commit 33c39d2

Browse files
committed
chore: fix credo
1 parent f3c3278 commit 33c39d2

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

test/bulk_update_test.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
defmodule AshPostgres.BulkUpdateTest do
22
use AshPostgres.RepoCase, async: false
3-
alias AshPostgres.Test.{Post, Record, CSV}
3+
alias AshPostgres.Test.{CSV, Post, Record}
44

55
require Ash.Expr
66
require Ash.Query

test/support/resources/csv.ex

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
defmodule AshPostgres.Test.CSVColumnMatchingEmbedded do
2+
@moduledoc false
23
use Ash.Resource,
34
data_layer: :embedded
45

@@ -9,6 +10,7 @@ defmodule AshPostgres.Test.CSVColumnMatchingEmbedded do
910
end
1011

1112
defmodule AshPostgres.Test.CSVColumnMappingNewType do
13+
@moduledoc false
1214
use Ash.Type.NewType,
1315
subtype_of: :map,
1416
constraints: [

0 commit comments

Comments
 (0)