Skip to content

Commit

Permalink
filename change
Browse files Browse the repository at this point in the history
  • Loading branch information
salamonpavel committed Jul 9, 2024
1 parent 56889c0 commit f16a2ff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import za.co.absa.db.fadb.testing.classes.DoobieTest

import za.co.absa.db.fadb.doobie.postgres.implicits.Json.jsonArrayGet

class JsonArrayTests extends AnyFunSuite with DoobieTest {
class JsonArrayIntegrationTests extends AnyFunSuite with DoobieTest {

class InsertActorsJson(implicit schema: DBSchema, dbEngine: DoobieEngine[IO])
extends DoobieSingleResultFunction[List[Actor], Unit, IO] (
Expand Down

0 comments on commit f16a2ff

Please sign in to comment.