Skip to content

Commit

Permalink
Test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
frifriSF59 committed Jan 10, 2025
1 parent 756dbe0 commit f79f7f2
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Copyright (c) 2024 Airbyte, Inc., all rights reserved.
*/

package io.airbyte.integrations.destination.iceberg.v2
package io.airbyte.integrations.destination.s3_data_lake

import org.apache.iceberg.types.Type
import org.apache.iceberg.types.Type.TypeID.DOUBLE
Expand All @@ -14,10 +14,10 @@ import org.assertj.core.api.Assertions.assertThat
import org.assertj.core.api.Assertions.assertThatThrownBy
import org.junit.jupiter.api.Test

/** Comprehensive test suite for [IcebergSuperTypeFinder]. */
/** Comprehensive test suite for [S3DataLakeSuperTypeFinder]. */
class S3DataLakeSuperTypeFinderTest {

private val superTypeFinder = IcebergSuperTypeFinder(IcebergTypesComparator())
private val superTypeFinder = S3DataLakeSuperTypeFinder(S3DataLakeTypesComparator())

@Test
fun testIdenticalPrimitiveTypes() {
Expand Down

0 comments on commit f79f7f2

Please sign in to comment.