Skip to content

Commit 5c5b676

Browse files
committed
chore: fix function name in test
1 parent 448f22d commit 5c5b676

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/support/repo.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ defmodule AshDoubleEntry.Test.Repo do
1010
)}
1111
end
1212

13-
def list_tenants, do: []
13+
def all_tenants, do: []
1414

1515
@doc false
1616
def installed_extensions,

0 commit comments

Comments
 (0)