chore(misc): Spelling (#19678)

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
Co-authored-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2023-01-25 18:35:08 -05:00
committed by GitHub
parent 8c38878048
commit 02e5dcbbf2
23 changed files with 38 additions and 38 deletions

View File

@@ -233,7 +233,7 @@ class TestDatasource(SupersetTestCase):
resp = self.get_json_resp(url)
self.assertEqual(resp["error"], "Only `SELECT` statements are allowed")
def test_external_metadata_for_mutistatement_virtual_table(self):
def test_external_metadata_for_multistatement_virtual_table(self):
self.login(username="admin")
table = SqlaTable(
table_name="multistatement_sql_table",