8000
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 5823b2e commit 99a9f43Copy full SHA for 99a9f43
tests/system/test_client.py
@@ -474,7 +474,7 @@ def test_delete_dataset_with_string(self):
474
Config.CLIENT.delete_dataset(dataset_id)
475
self.assertFalse(_dataset_exists(dataset_ref))
476
477
- def test_delete_dataset_delete_contents_true(self):
+ def test_delete_dataset_delete_contents_true(self):
478
dataset_id = _make_dataset_id("delete_table_true_with_content")
479
project = Config.CLIENT.project
480
dataset_ref = bigquery.DatasetReference(project, dataset_id)
0 commit comments