Skip to content

Commit

Permalink
fix: is it the drop
Browse files Browse the repository at this point in the history
  • Loading branch information
pcarranzav committed Jul 28, 2023
1 parent c4002df commit cf7f332
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ const teardownEach = async () => {
}

const teardownAll = async () => {
await network.receiptCollector.stopCollectingReceipts()
await sequelize.drop({})
//await network.receiptCollector.stopCollectingReceipts()
//await sequelize.drop({})
}

describe('Allocation Manager', () => {
Expand Down

0 comments on commit cf7f332

Please sign in to comment.