Skip to content

Commit

Permalink
fix: issues
Browse files Browse the repository at this point in the history
  • Loading branch information
bhargavaparoksham committed Feb 16, 2024
1 parent f4421dc commit e2cf849
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ describe("listPrograms", () => {
metadata: {
name: expectedProgram.metadata?.name,
},
createdByAddress: expectedProgram.createdByAddress,
},
],
}),
Expand Down Expand Up @@ -71,7 +70,6 @@ describe("getProgramById", () => {
metadata: {
name: expectedProgram.metadata?.name,
},
createdByAddress: expectedProgram.createdByAddress,
},
}),
}
Expand Down

0 comments on commit e2cf849

Please sign in to comment.