Skip to content

Commit

Permalink
fix(sql/test): keep up with API changes from jooq 3.13 to 3.14
Browse files Browse the repository at this point in the history
  • Loading branch information
dbyron-sf committed Feb 20, 2024
1 parent fd21fed commit d308133
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -390,11 +390,6 @@ internal object SqlStorageServiceTests : JUnit5Minutests {
after {
jooq.flushAll()
}

afterAll {
jooq.close()
}

}

private fun <T : Timestamped> verifyNewerThan(newerThanResult: Map<String, List<T>>, expectedModifiedIds: Set<String>, expectedDeletedIds: Set<String>): Unit {
Expand Down

0 comments on commit d308133

Please sign in to comment.