Skip to content

Commit

Permalink
test: duplicate table error class fix (#639)
Browse files Browse the repository at this point in the history
  • Loading branch information
vi3k6i5 committed May 31, 2021
1 parent 0544208 commit 4050713
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions django_spanner/features.py
Expand Up @@ -283,9 +283,6 @@ class DatabaseFeatures(BaseDatabaseFeatures):
"backends.tests.BackendTestCase.test_cursor_execute_with_pyformat",
"backends.tests.BackendTestCase.test_cursor_executemany_with_pyformat",
"backends.tests.BackendTestCase.test_cursor_executemany_with_pyformat_iterator",
# duplicate table raises GoogleAPICallError rather than DatabaseError:
# https://github.com/googleapis/python-spanner-django/issues/344
"backends.tests.BackendTestCase.test_duplicate_table_error",
"migrations.test_commands.MigrateTests.test_migrate_fake_initial",
"migrations.test_commands.MigrateTests.test_migrate_initial_false",
"migrations.test_executor.ExecutorTests.test_soft_apply",
Expand Down

0 comments on commit 4050713

Please sign in to comment.