-
-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: add failing test for an aggregate of a calculation (#92)
An error occurs at compile time: == Compilation error in file test/support/schema.ex == ** (MatchError) no match of right hand side value: {:error, "Must provide field type for max"} lib/resource/resource.ex:2278: AshGraphql.Resource.filterable?/2 (elixir 1.15.4) lib/enum.ex:4265: Enum.filter_list/2 (elixir 1.15.4) lib/enum.ex:4266: Enum.filter_list/2 lib/resource/resource.ex:2229: AshGraphql.Resource.aggregate_filter_fields/2 lib/resource/resource.ex:2195: AshGraphql.Resource.resource_filter_fields/2 lib/resource/resource.ex:1159: AshGraphql.Resource.args/5 lib/resource/resource.ex:425: anonymous fn/6 in AshGraphql.Resource.queries/5 (elixir 1.15.4) lib/enum.ex:1693: Enum."-map/2-lists^map/1-1-"/2
- Loading branch information
Showing
3 changed files
with
49 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters