username -> acct

This commit is contained in:
Justin 2022-06-27 10:44:54 -04:00
parent 303ad10730
commit 1e53c9f6d4

View file

@ -15,7 +15,7 @@ describe('fetchCarouselAvatars()', () => {
beforeEach(() => {
avatars = [
{ account_id: '1', username: 'jl', account_avatar: 'https://example.com/some.jpg' },
{ account_id: '1', acct: 'jl', account_avatar: 'https://example.com/some.jpg' },
];
__stub((mock) => {