From 1e53c9f6d439bc4548abd9b46cf0c09410edef71 Mon Sep 17 00:00:00 2001 From: Justin Date: Mon, 27 Jun 2022 10:44:54 -0400 Subject: [PATCH] username -> acct --- app/soapbox/actions/__tests__/carousels.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/soapbox/actions/__tests__/carousels.test.ts b/app/soapbox/actions/__tests__/carousels.test.ts index f3d0c42488..0953b82768 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) => {