Skip to content

Commit

Permalink
tests fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gouravmpk committed Feb 22, 2024
1 parent 0f445c7 commit 33ab1b3
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ const unSortedMockBounties: Bounty[] = [
assigneeImage: 'assignee-image-2.jpg',
provider: 'Provider 2',
providerImage: 'provider-image-2.jpg',
organization: 'Org 2',
organization_name: 'Org 2',
organizationImage: 'org-image-2.jpg',
status: 'paid',
paid: false,
Expand All @@ -111,7 +111,7 @@ const unSortedMockBounties: Bounty[] = [
assigneeImage: '',
provider: 'Provider 1',
providerImage: 'provider-image-1.jpg',
organization: 'Org 1',
organization_name: 'Org 1',
organizationImage: 'org-image-1.jpg',
paid: false,
assignee_alias: 'Ednum',
Expand All @@ -129,7 +129,7 @@ const unSortedMockBounties: Bounty[] = [
assigneeImage: 'assignee-image-3.jpg',
provider: 'Provider 3',
providerImage: 'provider-image-3.jpg',
organization: 'Org 3',
organization_name: 'Org 3',
organizationImage: 'org-image-3.jpg',
status: 'assigned',
paid: true,
Expand Down

0 comments on commit 33ab1b3

Please sign in to comment.