Update display name for tests

This commit is contained in:
Daniel J. Summers 2025-03-25 17:10:08 -04:00
parent f1385b6d55
commit 54b46ffedb
2 changed files with 2 additions and 2 deletions

View File

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

View File

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