Skip to content

Commit

Permalink
test amend
Browse files Browse the repository at this point in the history
  • Loading branch information
xsalonx committed Jul 27, 2023
1 parent a23435c commit 5aab900
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/database/DatabaseManger.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ module.exports = () => {
describe('Check Initialization of sequelize db', () => {
it('sequlize should migrate without errors', async () => {
await assert.doesNotReject(async () => {
throw 'a'
await databaseManager.migrate();
});
});
Expand Down

0 comments on commit 5aab900

Please sign in to comment.