Skip to content

Commit

Permalink
chore/enforce-CI
Browse files Browse the repository at this point in the history
  • Loading branch information
leapalazzolo committed Jun 22, 2023
1 parent b031881 commit 6eb7ea0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crowdfund/test/campaigns.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ describe("Campaigns", async () => {

const campaign = await crowdfund.campaigns(1);

// Verify the campaign details
// Verify the campaigns details

expect(campaign.goals).to.equal(1);
expect(campaign.startAt).to.equal(startAt);
Expand Down

0 comments on commit 6eb7ea0

Please sign in to comment.