diff --git a/app/soapbox/actions/__tests__/carousels.test.ts b/app/soapbox/actions/__tests__/carousels.test.ts index f3d0c4248..0953b8276 100644 --- a/app/soapbox/actions/__tests__/carousels.test.ts +++ b/app/soapbox/actions/__tests__/carousels.test.ts @@ -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) => {