Skip to content

Commit

Permalink
test: no listengit status
Browse files Browse the repository at this point in the history
  • Loading branch information
Tethik committed Oct 21, 2024
1 parent 9bb8ed5 commit 797f808
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/validation/engine.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ describe("ValidationEngine", () => {
beforeAll(async () => {
const pool = await createPostgresPool();
dal = new DataAccessLayer(pool);
validationEngine = new ValidationEngine(dal);
validationEngine = new ValidationEngine(dal, true);
// console.log("validationEngine", validationEngine.rules);
});

Expand Down

0 comments on commit 797f808

Please sign in to comment.