Skip to content

Commit

Permalink
Add check for nested record generated file
Browse files Browse the repository at this point in the history
  • Loading branch information
RustedBones committed Jan 7, 2025
1 parent ebc6f82 commit 29b52ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/src/sbt-test/sbt-avro/basic/build.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ThisBuild / scalaVersion := "2.13.11"

lazy val files = Seq(
"A", "B", "C", "D", "E", "_A", "_B", "_C", "_D", "_E", "LogicalTypesTest"
"A", "B", "C", "D", "E", "_A", "_B", "_C", "_D", "_E", "LogicalTypesTest", "LocalDateTimeTest"
)

lazy val testFiles = Seq(
Expand Down

0 comments on commit 29b52ac

Please sign in to comment.