Skip to content

Commit

Permalink
Update run-seeds.spec.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
w3bdesign committed Jan 26, 2025
1 parent 7938677 commit 9f1af07
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion backend/src/database/seeds/run-seeds.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ describe("run-seeds", () => {

const result = await runSeeds(mockDataSource);

expect(mockDataSource.initialize).toHaveBeenCalled();
expect(createAdminUser).toHaveBeenCalledWith(mockDataSource);
expect(createInitialData).toHaveBeenCalledWith(mockDataSource);
expect(createSampleBookings).toHaveBeenCalledWith(mockDataSource);
Expand Down

0 comments on commit 9f1af07

Please sign in to comment.