Skip to content

Commit

Permalink
Small refactor to DatabaseTest
Browse files Browse the repository at this point in the history
  • Loading branch information
dturner committed Jan 7, 2025
1 parent 0ab0e53 commit cdc4f00
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,7 @@ internal abstract class DatabaseTest {
}

@After
fun closeDb(){
db.close()
}
fun teardown() = db.close()
}


0 comments on commit cdc4f00

Please sign in to comment.