You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: airbyte-cdk/bulk/toolkits/load-db/src/test/kotlin/io/airbyte/cdk/load/toolkits/load/db/orchestration/TableCatalogFactoryTest.kt
+24-24Lines changed: 24 additions & 24 deletions
Original file line number
Diff line number
Diff line change
@@ -49,14 +49,14 @@ class TableCatalogFactoryTest {
49
49
50
50
val catalog =DestinationCatalog(listOf(stream1, stream2))
51
51
52
-
valfactory=
53
-
TableCatalogFactory(
54
-
catalog,
55
-
rawTableNameGenerator,
56
-
finalTableNameGenerator,
57
-
columnNameGenerator
58
-
)
59
-
val tableCatalog = factory.get()
52
+
valtableCatalog=
53
+
TableCatalogFactory()
54
+
.getTableCatalog(
55
+
catalog,
56
+
rawTableNameGenerator,
57
+
finalTableNameGenerator,
58
+
columnNameGenerator
59
+
)
60
60
61
61
// Get the final table names for both streams
62
62
val stream1TableInfo = tableCatalog[stream1]!!
@@ -118,14 +118,14 @@ class TableCatalogFactoryTest {
0 commit comments