From 782c7774a3d7cc0396ff557d3fbb014fc7d9713a Mon Sep 17 00:00:00 2001 From: falood Date: Fri, 16 Aug 2024 12:52:57 +0900 Subject: [PATCH] mix format --- test/maru/entity_test.exs | 1 + 1 file changed, 1 insertion(+) diff --git a/test/maru/entity_test.exs b/test/maru/entity_test.exs index f38e7fb..c2f3f19 100644 --- a/test/maru/entity_test.exs +++ b/test/maru/entity_test.exs @@ -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