From fcfa76fb744b6bc2bc294ce2c3228bba27c90548 Mon Sep 17 00:00:00 2001 From: Charles Iliya Krempeaux Date: Thu, 28 Sep 2023 08:15:32 +0900 Subject: [PATCH] initial commits --- ent/account_marshaljson_test.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ent/account_marshaljson_test.go b/ent/account_marshaljson_test.go index f78db56..9a66f89 100644 --- a/ent/account_marshaljson_test.go +++ b/ent/account_marshaljson_test.go @@ -42,6 +42,8 @@ func TestAccount_MarshalJSON(t *testing.T) { StatusesCount: opt.Something(jsonint.Int64(123)), FollowersCount: opt.Something(jsonint.Int64(24789)), FollowingCount: opt.Something(jsonint.Int64(355)), + //Roles + //MuteExpiresAt }, Expected: `{`+