Skip to content

Commit c7c2b47

Browse files
Update tests/system/test_client.py
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 5d2fbf0 commit c7c2b47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/system/test_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -641,7 +641,7 @@ def test_create_table_w_time_partitioning_w_clustering_fields(self):
641641
self.assertEqual(time_partitioning.field, "transaction_time")
642642
self.assertEqual(table.clustering_fields, ["user_email", "store_code"])
643643

644-
def test_create_tabl_w_picosecond_timestamp(self):
644+
def test_create_table_w_picosecond_timestamp(self):
645645
dataset = self.temp_dataset(_make_dataset_id("create_table"))
646646
table_id = "test_table"
647647
table_arg = Table(dataset.table(table_id), schema=SCHEMA_PICOSECOND)

0 commit comments

Comments
 (0)