Skip to content

Commit

Permalink
try fix share tests random error
Browse files Browse the repository at this point in the history
  • Loading branch information
Agnes Lin committed Dec 16, 2019
1 parent 5695198 commit 4c5d178
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/postgresql.autoupdate.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 +363,9 @@ describe('autoupdate', function() {
});

describe('foreign key constraint', function() {
before(function(done) {
ds.adapter.dropTable(['Product', 'CustomerTest2', 'CustomerTest3'], done);
});
it('should create, update, and delete foreign keys', function(done) {
const product_schema = {
'name': 'Product',
Expand Down

0 comments on commit 4c5d178

Please sign in to comment.