Skip to content

Commit

Permalink
Fix anchor contract test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
mohammadranjbarz committed Jan 31, 2024
1 parent b21b9be commit 1702177
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion src/entities/recurringDonation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export class RecurringDonation extends BaseEntity {
@Column({ nullable: true })
donorId: number;

@Field()
@Field({ nullable: true })
@Column('text', { default: RECURRING_DONATION_STATUS.PENDING })
status: string;

Expand Down
4 changes: 0 additions & 4 deletions test/graphqlQueries.ts
Original file line number Diff line number Diff line change
Expand Up @@ -954,8 +954,6 @@ export const fetchProjectBySlugQuery = `
address
networkId
isActive
anonymous
status
}
adminUser {
id
Expand Down Expand Up @@ -1470,8 +1468,6 @@ export const projectByIdQuery = `
address
networkId
isActive
anonymous
status
}
organization {
name
Expand Down

0 comments on commit 1702177

Please sign in to comment.