Skip to content

Commit

Permalink
test: fix #3162 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Jul 14, 2023
1 parent 96ff8ab commit 5db1d0d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/docs/validation.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ describe('validation docs', function() {
});
});

beforeEach(() => db.deleteModel(/Vehicle/));

after(async function() {
await db.close();
});
Expand Down

0 comments on commit 5db1d0d

Please sign in to comment.