Skip to content

Commit

Permalink
last tests, ooofff
Browse files Browse the repository at this point in the history
  • Loading branch information
RulaAbuHasna committed Dec 16, 2024
1 parent 64a5550 commit b4d455b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/pages/MembersPage/MembersList/MembersList.test.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,9 @@ describe('MembersList', () => {
return HttpResponse.json({})
}),
graphql.query('GetPlanData', () => {
return HttpResponse.json(mockPlanData({ planValue, planUserCount }))
return HttpResponse.json({
data: mockPlanData({ planValue, planUserCount }),
})
})
)

Expand Down

0 comments on commit b4d455b

Please sign in to comment.