Skip to content

Commit

Permalink
fix: return of the batch job seeder
Browse files Browse the repository at this point in the history
  • Loading branch information
fPolic committed Jul 13, 2022
1 parent bc68997 commit 391c222
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ describe("Product import batch job", () => {

beforeEach(async () => {
try {
await batchJobSeeder(dbConnection)
await adminSeeder(dbConnection)
await userSeeder(dbConnection)
} catch (e) {
Expand Down

0 comments on commit 391c222

Please sign in to comment.