Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
kellen committed Sep 17, 2024
1 parent eb933e3 commit 34fa5a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ val kantanCodecsVersion = "0.5.3"
val kantanCsvVersion = "0.7.0"
val kryoVersion = "4.0.3"
val magnoliaVersion = "1.1.10"
val magnolifyVersion = "0.7.4-47-aa9f05b-20240903T173705Z-SNAPSHOT"
val magnolifyVersion = "0.7.4-34-a3708ba-SNAPSHOT"
val metricsVersion = "4.2.27"
val munitVersion = "1.0.1"
val neo4jDriverVersion = "4.4.18"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ object IcebergIOITRecord {
implicit val icebergIOITRecordRowType: RowType[IcebergIOITRecord] = RowType[IcebergIOITRecord]
}

class IcebergIOIT extends PipelineSpec with ForAllTestContainer { // with BeforeAndAfterAll with Eventually { // {
class IcebergIOIT extends PipelineSpec with ForAllTestContainer {
val ContainerPort = 8181
val CatalogName = "iceberg_it"
val NamespaceName = "iceberg_it_ns"
Expand Down

0 comments on commit 34fa5a9

Please sign in to comment.