Skip to content

Commit b7b44d4

Browse files
wip
Co-authored-by: Thomas Chow <[email protected]>
1 parent 22fae64 commit b7b44d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cloud_gcp/src/test/scala/ai/chronon/integrations/cloud_gcp/GcpFormatProviderTest.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ class GcpFormatProviderTest extends AnyFlatSpec with MockitoSugar {
3333
.build())
3434
when(mockTable.getTableId).thenReturn(TableId.of("project", "dataset", "table"))
3535

36-
val gcsFormat = gcpFormatProvider.getFormat(mockTable)
36+
val gcsFormat = gcpFormatProvider.readFormat(tableName)
3737
}
3838
}

0 commit comments

Comments
 (0)