Initial Development #1

Merged
danieljsummers merged 88 commits from v1-rc into main 2025-04-16 01:29:20 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 54b46ffedb - Show all commits

View File

@ -6,7 +6,7 @@ import kotlin.test.Test
/**
* PostgreSQL integration tests for the `Count` object / `count*` connection extension functions
*/
@DisplayName("Java | Kotlin | PostgreSQL: Count")
@DisplayName("Core | Kotlin | PostgreSQL: Count")
class PostgreSQLCountIT {
@Test

View File

@ -8,7 +8,7 @@ import kotlin.test.Test
/**
* SQLite integration tests for the `Count` object / `count*` connection extension functions
*/
@DisplayName("Java | Kotlin | SQLite: Count")
@DisplayName("Core | Kotlin | SQLite: Count")
class SQLiteCountIT {
@Test