Skip to content

Commit

Permalink
mix format
Browse files Browse the repository at this point in the history
  • Loading branch information
falood committed Aug 16, 2024
1 parent e165ef2 commit 782c777
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/maru/entity_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -368,6 +368,7 @@ defmodule Maru.EntityTest do
use Maru.Entity

expose :id

expose :author, [using: Maru.EntityTest.AuthorEntity9], fn post ->
%{name: "#{post.author.first_name} #{post.author.last_name}"}
end
Expand Down

0 comments on commit 782c777

Please sign in to comment.