username -> acct
This commit is contained in:
parent
303ad10730
commit
1e53c9f6d4
1 changed files with 1 additions and 1 deletions
|
@ -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) => {
|
||||
|
|
Loading…
Reference in a new issue