Skip to content

Commit

Permalink
Fix getUser expectations
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathieu2301 committed Jan 15, 2025
1 parent 70fb502 commit 78f0c79
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/authenticated.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ describe.skipIf(!token || !signature)('Authenticated actions', () => {
expect(userInfo).toBeDefined();
expect(userInfo.id).toBeDefined();
expect(userInfo.username).toBeDefined();
expect(userInfo.firstName).toBeDefined();
expect(userInfo.lastName).toBeDefined();
expect(userInfo.following).toBeDefined();
expect(userInfo.followers).toBeDefined();
expect(userInfo.notifications).toBeDefined();
Expand Down

0 comments on commit 78f0c79

Please sign in to comment.