Remove test duplicate from merge conflict

This commit is contained in:
Daniel Newman 2023-11-20 10:46:29 +10:00 committed by Zach Daniel
parent ff6c038757
commit 6cc36c9684

View file

@ -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})