Skip to content

Commit

Permalink
missing
Browse files Browse the repository at this point in the history
  • Loading branch information
kellen committed Aug 22, 2024
1 parent 14dd0b2 commit 67c49b9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion beam/src/test/scala/magnolify/beam/BeamSchemaTypeSuite.scala
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,8 @@ case class JodaTime(
i: joda.Instant,
dt: joda.DateTime,
lt: joda.LocalTime,
d: joda.Duration
d: joda.Duration,
ldt: joda.LocalDateTime
)
case class Maps(
ms: Map[String, String],
Expand Down

0 comments on commit 67c49b9

Please sign in to comment.