initial commits

master
Charles Iliya Krempeaux 2023-09-28 08:15:32 +09:00
parent 47279bd3e7
commit fcfa76fb74
1 changed files with 2 additions and 0 deletions

View File

@ -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: `{`+