Skip to content

Commit d04902d

Browse files
committed
Removed tests with not supported type in imports.
1 parent 4074a61 commit d04902d

File tree

2 files changed

+0
-43
lines changed

2 files changed

+0
-43
lines changed

doobie/src/test/scala/za/co/absa/db/fadb/doobie/AvailableMetaInstancesUnitTests.scala

Lines changed: 0 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -31,41 +31,16 @@ class AvailableMetaInstancesUnitTests extends AnyFunSuite {
3131
Meta[java.time.OffsetDateTime]
3232
}
3333

34-
test("Meta[java.time.Instant] from doobie.implicits.javatimedrivernative") {
35-
import doobie.implicits.javatimedrivernative.JavaTimeInstantMeta
36-
Meta[java.time.Instant]
37-
}
38-
3934
test("Meta[java.time.Instant] from doobie.postgres.implicits") {
4035
import doobie.postgres.implicits._
4136
Meta[java.time.Instant]
4237
}
4338

44-
test("Meta[java.time.ZonedDateTime] from doobie.implicits.javatimedrivernative") {
45-
import doobie.implicits.javatimedrivernative.JavaZonedDateTimeMeta
46-
Meta[java.time.ZonedDateTime]
47-
}
48-
49-
test("Meta[java.time.ZonedDateTime] from doobie.postgres.implicits") {
50-
import doobie.postgres.implicits._
51-
Meta[java.time.ZonedDateTime]
52-
}
53-
54-
test("Meta[java.time.LocalDateTime] from doobie.implicits.javatimedrivernative") {
55-
import doobie.implicits.javatimedrivernative.JavaTimeLocalDateTimeMeta
56-
Meta[java.time.LocalDateTime]
57-
}
58-
5939
test("Meta[java.time.LocalDateTime] from doobie.postgres.implicits") {
6040
import doobie.postgres.implicits._
6141
Meta[java.time.LocalDateTime]
6242
}
6343

64-
test("Meta[java.time.LocalDate] from doobie.implicits.javatimedrivernative") {
65-
import doobie.implicits.javatimedrivernative.JavaTimeLocalDateMeta
66-
Meta[java.time.LocalDate]
67-
}
68-
6944
test("Meta[java.time.LocalDate] from doobie.postgres.implicits") {
7045
import doobie.postgres.implicits._
7146
Meta[java.time.LocalDate]
@@ -81,21 +56,6 @@ class AvailableMetaInstancesUnitTests extends AnyFunSuite {
8156
Meta[java.time.LocalTime]
8257
}
8358

84-
test("Meta[java.sql.Date] from doobie.implicits.javasql") {
85-
import doobie.implicits.javasql.DateMeta
86-
Meta[java.sql.Date]
87-
}
88-
89-
test("Meta[java.sql.Time] from doobie.implicits.javasql") {
90-
import doobie.implicits.javasql.TimeMeta
91-
Meta[java.sql.Time]
92-
}
93-
94-
test("Meta[java.sql.Timestamp] from doobie.implicits.javasql") {
95-
import doobie.implicits.javasql.TimestampMeta
96-
Meta[java.sql.Timestamp]
97-
}
98-
9959
test("Meta[java.util.Date] out of the box") {
10060
Meta[java.util.Date]
10161
}

project/Dependencies.scala

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,6 @@ object Dependencies {
5353
)
5454
}
5555

56-
57-
58-
5956
def flywayDependencies: Seq[ModuleID] = {
6057
val postgresql = "org.postgresql" % "postgresql" % "42.6.0"
6158

0 commit comments

Comments
 (0)