Skip to content

Commit

Permalink
Update LeftDrawerOrg.test.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
ARYANSHAH1567 authored Oct 18, 2024
1 parent ebc8ac0 commit b97ec03
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/LeftDrawerOrg/LeftDrawerOrg.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ const MOCKS = [
},
{
request: {
query: ORGANIZATIONS_LIST,
query: ORGANIZATIONS_LIST_BY_CREATOR_ID,
variables: { id: '123' },
},
result: {
Expand Down Expand Up @@ -140,7 +140,7 @@ const MOCKS = [
const MOCKS_WITH_IMAGE = [
{
request: {
query: ORGANIZATIONS_LIST,
query: ORGANIZATIONS_LIST_BY_CREATOR_ID,
variables: { id: '123' },
},
result: {
Expand Down Expand Up @@ -204,7 +204,7 @@ const MOCKS_WITH_IMAGE = [
const MOCKS_EMPTY = [
{
request: {
query: ORGANIZATIONS_LIST,
query: ORGANIZATIONS_LIST_BY_CREATOR_ID,
variables: { id: '123' },
},
result: {
Expand Down

0 comments on commit b97ec03

Please sign in to comment.