Skip to content

Commit

Permalink
update post count expectation in sample data import tests
Browse files Browse the repository at this point in the history
  • Loading branch information
im-vedant committed Jan 8, 2025
1 parent 14a228f commit f818e9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/utilities/loadSampleData.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ describe("Sample Data Import Tests", () => {

expect(userCount).toBe(15);
expect(organizationCount).toBe(4);
expect(postCount).toBe(17);
expect(postCount).toBe(29);
expect(eventCount).toBe(17280);
expect(venueCount).toBe(4);
expect(recurrenceRuleCount).toBe(100);
Expand Down

0 comments on commit f818e9e

Please sign in to comment.