Skip to content

Commit f2ad516

Browse files
committed
fix(test): use domain: nil for inline test resource not registered in a domain
1 parent ea89281 commit f2ad516

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/ash_typescript/rpc/struct_field_filtering_test.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ defmodule AshTypescript.Rpc.StructFieldFilteringTest do
99

1010
defmodule User do
1111
use Ash.Resource,
12-
domain: AshTypescript.Test.Domain,
12+
domain: nil,
1313
data_layer: Ash.DataLayer.Ets
1414

1515
attributes do

0 commit comments

Comments
 (0)