Skip to content

Commit

Permalink
Fix getUser expectations (#279)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathieu2301 authored Jan 15, 2025
2 parents abfe06e + 490c1cb commit dab33e1
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 dab33e1

Please sign in to comment.