Skip to content

Commit

Permalink
Update test/ecto/json_test.exs
Browse files Browse the repository at this point in the history
Co-authored-by: Wígny Almeida <Wigny@users.noreply.github.com>
  • Loading branch information
josevalim and Wigny authored Jan 10, 2025
1 parent 64559c9 commit 4e4b8fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/ecto/json_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ defmodule Ecto.JsonTest do
defmodule User do
use Ecto.Schema

@derive Enum.map(loaded_implementations, fn {_lib, encoder} -> encoder end)
@derive Keyword.values(loaded_implementations)
schema "users" do
has_many :comments, Ecto.Comment
end
Expand Down

0 comments on commit 4e4b8fe

Please sign in to comment.