Fixes for wrong follows

This commit is contained in:
Jesse Wierzbinski 2024-04-08 16:26:48 -10:00
parent 6c60191ab2
commit 8bda61e099
No known key found for this signature in database
3 changed files with 7 additions and 3 deletions

View file

@ -666,7 +666,7 @@ describe("API Tests", () => {
const account = (await response.json()) as APIAccount;
expect(account.id).toBeDefined();
expect(account.avatar).toBe("");
expect(account.avatar).toBeDefined();
});
});