diff --git a/test/calculation_test.exs b/test/calculation_test.exs index 85db12e..9e92eac 100644 --- a/test/calculation_test.exs +++ b/test/calculation_test.exs @@ -507,7 +507,7 @@ defmodule AshPostgres.CalculationTest do end describe "maps" do - test "maps can reference filtered aggregats" do + test "maps can reference filtered aggregates" do post = Post |> Ash.Changeset.new(%{title: "match", score: 42})