Skip to content

Commit

Permalink
Take care for the environment in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jk1 committed Jan 13, 2020
1 parent 735e5a9 commit 334c4cb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ class BrokenLinksTest : TestSupport() {
it.getEntity(brokenEntityId).delete()
}
store.close()
store.environment.close()
db = newDB(location, true)
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ class EncryptedDatabasesTest : TestSupport() {
}
}
store.close()
store.environment.close()
}

@After
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ class EntitiesApiTest : TestSupport() {
}
}
store.close()
store.environment.close()
db = newDB(location, true)
}

Expand Down

0 comments on commit 334c4cb

Please sign in to comment.