Skip to content

Commit

Permalink
Be nice and close the test db connection
Browse files Browse the repository at this point in the history
  • Loading branch information
inukshuk committed May 14, 2024
1 parent ecd3f35 commit 56e20b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/models/ontology_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ describe('models.ontology', () => {

let { vocab } = await db.get('SELECT count(*) as vocab FROM vocabularies')
expect(vocab).to.be.greaterThan(10)
await db.close()
})
})
})

0 comments on commit 56e20b3

Please sign in to comment.