username -> acct

sw-index-revalidate
Justin 2022-06-27 10:44:54 -04:00
rodzic 303ad10730
commit 1e53c9f6d4
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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) => {