We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d2fbf0 commit c7c2b47Copy full SHA for c7c2b47
tests/system/test_client.py
@@ -641,7 +641,7 @@ def test_create_table_w_time_partitioning_w_clustering_fields(self):
641
self.assertEqual(time_partitioning.field, "transaction_time")
642
self.assertEqual(table.clustering_fields, ["user_email", "store_code"])
643
644
- def test_create_tabl_w_picosecond_timestamp(self):
+ def test_create_table_w_picosecond_timestamp(self):
645
dataset = self.temp_dataset(_make_dataset_id("create_table"))
646
table_id = "test_table"
647
table_arg = Table(dataset.table(table_id), schema=SCHEMA_PICOSECOND)
0 commit comments